SQL Server

General FreeBASIC programming questions.
Post Reply
Gablea
Posts: 1104
Joined: Apr 06, 2010 0:05
Location: Northampton, United Kingdom
Contact:

SQL Server

Post by Gablea »

Hi All,

I have been reading on the site that Freebasic can access a SQLLite Server.

Is it possible for a FB application to access a SQL Server 2005 Free Edition server?

if so would it be in Windows only or could the DOS version of it access as well?

Thanks
KaraK
Posts: 72
Joined: Sep 13, 2006 19:01
Location: Argentina

Post by KaraK »

In windows you can access to SQL Server 2005 (express , professional etc) via ODBC driver APIs , I've wrapped the basic stuff in this project : http://freebasic.net/forum/viewtopic.php?t=8829
Gablea
Posts: 1104
Joined: Apr 06, 2010 0:05
Location: Northampton, United Kingdom
Contact:

Post by Gablea »

The small problem that I would have is the applciation has to run on
> windows
> DOS
> Linux

so I would need a methold that would work on all the above OS

any idea's?
Post Reply