Page 1 of 1
sql
Posted: Fri Nov 14, 2014 11:26 am
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.
Re: sql
Posted: Sat Nov 15, 2014 2:01 am
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?
Re: sql
Posted: Sat Nov 15, 2014 2:43 am
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.
Re: sql
Posted: Sat Nov 15, 2014 7:22 am
by Tronic
Re: sql
Posted: Sat Nov 15, 2014 12:32 pm
by JB_AU
Yep, that's the one i found, you're very helpful though
