sql

For general discussion related FlowStone
Post Reply
User avatar
JB_AU
Posts: 171
Joined: Tue May 21, 2013 11:01 pm

sql

Post by JB_AU »

Is there any implementation of sql or any other such database, or any such information , even if its miniscule ?
Done in fs.
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

Albert Einstein
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: sql

Post by Tronic »

In FS I do not think there is.
You want to read and write SQL database files, or accessing a SQL Server locally or online?
User avatar
JB_AU
Posts: 171
Joined: Tue May 21, 2013 11:01 pm

Re: sql

Post by JB_AU »

Any such interface.
There is however JET which is accessible through win32api or directly through ODBC dll functions, but really looking for a universal solution for sql. There doesn't seem to be support for sql through win32api, even though the OS clearly uses such a mechanism which isn't documented in microsoft sdk.
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

Albert Einstein
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: sql

Post by Tronic »

User avatar
JB_AU
Posts: 171
Joined: Tue May 21, 2013 11:01 pm

Re: sql

Post by JB_AU »

Yep, that's the one i found, you're very helpful though :geek:
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

Albert Einstein
Post Reply