citychap26
Programmer
Hi Guys,
It's been a few years since I've used SQL Server/ Sybase...I may have to write an application with SQL Server as a back end and MS Access as a front end. I was aiming to write stored procs on the back end which I would call using ADO.
I have a few questions...
1. I need to have a data loading functionality, I'm guessing I could call bcp from MS Access?
2. Should I connect on demand to the back end or open a global connection that is always open?
Cheers
SK
It's been a few years since I've used SQL Server/ Sybase...I may have to write an application with SQL Server as a back end and MS Access as a front end. I was aiming to write stored procs on the back end which I would call using ADO.
I have a few questions...
1. I need to have a data loading functionality, I'm guessing I could call bcp from MS Access?
2. Should I connect on demand to the back end or open a global connection that is always open?
Cheers
SK