Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How Can I establish connection 16bit o.s MS DOS 6.22 to to SQL Se

5 views
Skip to first unread message

Sayat

unread,
Dec 22, 2009, 3:42:01 AM12/22/09
to
We have to establish a connection SQL Server on 16-bit MS DOS 6.22 o.s

Tested Methods: ISQL.exe, Osql.exe;
Conclusion: Both exes can not be run on the 16-bit DOS operating system.

SQL Server versions used: MS SQL 2008, MS SQL 2005, MS SQL 2000

By Microsoft is expected to help about.

Martin POON

unread,
Dec 22, 2009, 5:03:31 AM12/22/09
to
What are you trying to do? Why do you need to connect that way?

--
Best regards,

Martin POON
Software Architect & Database Consultant
Microsoft MVP [SQL Server]

"Sayat" <Sa...@discussions.microsoft.com> wrote in message
news:D778BC7C-8465-41F4...@microsoft.com...

Sayat

unread,
Dec 23, 2009, 3:40:01 AM12/23/09
to
Receives data from the program that runs on cash and want to transfer to sql
server (super market).

TheSQLGuru

unread,
Dec 23, 2009, 2:32:33 PM12/23/09
to
I am pretty darn sure you will need to use some other tool to extract the
data you need to a flat file and then do your own import from that into your
dos/16bit app.

--
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net


"Sayat" <Sa...@discussions.microsoft.com> wrote in message

news:17B749AC-5FD7-445D...@microsoft.com...

Dan Guzman

unread,
Feb 27, 2010, 1:28:18 PM2/27/10
to
> We have to establish a connection SQL Server on 16-bit MS DOS 6.22 o.s
>
> Tested Methods: ISQL.exe, Osql.exe;
> Conclusion: Both exes can not be run on the 16-bit DOS operating system.

The last SQL Server version that included 16-bit Windows binaries was SQL
Server 6.5. Mainstream support for that version ended over 10 years ago.
To connect to SQL Server from a 16-bit DOS application, you need to first
load the appropriate Net-Library TSR and then launch the 16-bit utility.

If all you need to do is run SQL Scripts against modern SQL Server versions,
I suggest you use a 32 or 64-bit OS and corresponding utility versions.

--
Hope this helps.

Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/

0 new messages