Posts: 184
Threads: 41
Joined: May 2015
Reputation:
0
hi i want to know how to convert .sql file of tables i created into .db file? or if it cant be done then how do it use .sql file inside my gamemode? like normally
#define SQL_DB "acounts.sql"
of like db_open(accounts.sql)
Posts: 803
Threads: 138
Joined: Jul 2014
Reputation:
0
Get some SQL editor such as HeidiSQL and open the file. Open it and if it has a proper structure you can grab the code from there and convert it so you can make tables with it inside you GM.
As far as I know and I'm quite sure, you cant just run .sql extensions inside Pawn.
Posts: 184
Threads: 41
Joined: May 2015
Reputation:
0
Hello and Thank you for reply. can you give me Links to software you are reffering to?
Thanks
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by GeorgeMcReary
Hello and Thank you for reply. can you give me Links to software you are reffering to?
Thanks
|
http://lmgtfy.com/?q=HeidiSQL
Posts: 117
Threads: 26
Joined: Jan 2016
Thanks for help
i was wondering too