GLBasic forum

Main forum => GLBasic - en => Topic started by: djtoon on 2011-Apr-28

Title: connect to sql database :)
Post by: djtoon on 2011-Apr-28
hi is there a way to do this? with glbasic?
Title: Re: connect to sql database :)
Post by: Kitty Hello on 2011-Apr-28
not really. There's a project "SqLite" that tried to do that, but it's not finished.
For a webserver or for your game?
Title: Re: connect to sql database :)
Post by: djtoon on 2011-Apr-28
for a game :(
Title: Re: connect to sql database :)
Post by: Kitty Hello on 2011-Apr-28
you can use "INIPUT" for a sort of mini-db. Otherwise, store data yourself. Sorry :(