E
Enlai Pensado
I need to save a project into a SQL Server but both
Application.FileSaveAs and Project.SaveAs must use a DSN.
There's a Microsoft Access DB file type but there's no Microsoft SQL
Server, so we must use an ODBC saving, but in order to avoid multiple
installation of DSN, we're looking for a way to include something in our
code, because our programs knows the server, database, user and pw to use.
So is there another kind of solution than check/create/use a DSN in
order to solve this??
Application.FileSaveAs and Project.SaveAs must use a DSN.
There's a Microsoft Access DB file type but there's no Microsoft SQL
Server, so we must use an ODBC saving, but in order to avoid multiple
installation of DSN, we're looking for a way to include something in our
code, because our programs knows the server, database, user and pw to use.
So is there another kind of solution than check/create/use a DSN in
order to solve this??