Converting mysqlite to mysql
#10

Let's say you have a few columns in a specific table, such as HOUSES. You have HouseID, Owner, Locked, in that specific table.
pawn Код:
mysql_get_field("Locked", str);
I was wrong, I think... this retrieves rows.
pawn Код:
while(mysql_retrieve_row())
EDIT: This will only confuse you, I suggest you try learning a few MySQL tutorials, instead of asking how to convert, this will make it easier for you, since I'm not an expert of SQL Lite.
Reply


Messages In This Thread
Converting mysqlite to mysql - by thimo - 16.02.2012, 16:55
Re: Converting mysqlite to mysql - by Rob_Maate - 16.02.2012, 18:14
Re: Converting mysqlite to mysql - by thimo - 17.02.2012, 17:37
Re: Converting mysqlite to mysql - by Toreno - 17.02.2012, 17:55
Re: Converting mysqlite to mysql - by thimo - 17.02.2012, 18:42
Re: Converting mysqlite to mysql - by Toreno - 17.02.2012, 18:45
Re: Converting mysqlite to mysql - by thimo - 17.02.2012, 19:00
Re: Converting mysqlite to mysql - by Toreno - 17.02.2012, 19:06
Re: Converting mysqlite to mysql - by thimo - 17.02.2012, 19:09
Re: Converting mysqlite to mysql - by Toreno - 17.02.2012, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)