VB3 and SQL Server

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Cloud Applications
Post Reply
aaronpawlak
Posts: 1
Joined: Sat 16 Dec 2017 11:52

VB3 and SQL Server

Post by aaronpawlak » Tue 19 Dec 2017 10:57

Hello,

I am completely new to all of this and looking around for help.Does anyone know if it is possible for an application written in VB3 to work with SQL Server?I have an VB3 application which utilizes DAO to read and write to and from an Access 2 database, and it uses bound controls...
I am being asked if I can replace the Access 2 database with an SQL Server database and modify the VB3 application so that it now reads and writes to and from the SQL Server database!!Does anyone know if this is even possible? Or recommended ? .I went through many resources and also SQL tool explainer videos but did not find any solution for this issues. Please help me out.

Any help will be appreciated.
Thank you.
Last edited by aaronpawlak on Tue 26 Dec 2017 13:01, edited 1 time in total.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: VB3 and SQL Server

Post by Shalex » Thu 21 Dec 2017 10:54

Please consider using ODBC Driver for SQL Server in your project.

Post Reply