Microsoft
Software
Hardware
Network
Question : variant for ServerName?
I do have a lot of forms where I always have following instructions
Set c = New ADODB.Connection
c.ConnectionString = "Driver={SQL Server};Server=Kongta_SQL;
Database=K
ongta"
c.Open
and I think, when I once will relocate the server/client to another network with different ServerNames, it's hard to change everywhere the ServerName & Database. I thought by placing at the top of the form
Dim Srv as Variant
Set Srv = Kongta_SQL
Set c = New ADODB.Connection
c.ConnectionString = "Driver={SQL Server};Server=Srv;Databas
e=Kongta"
c.Open
would make it more easy to change a possible ServerName but didn't work. Any idea what would be best? I do have SQL2008 backend and Access07.accdb frontEnd
thx
Kongta
Answer : variant for ServerName?
Dim Srv as Variant
Srv = "Kongta_SQL"
Set c = New ADODB.Connection
c.ConnectionString = "Driver={SQL Server};Server=" & Srv &";Database=Kongta"
c.Open
Random Solutions
When contacting <a rel="nofollow" href="https://mail.domain.com/autodiscover/autodiscover.xml" target="_blank">https://mail.domain.com/au<wbr />todiscover<wbr />/autodisco<wbr />ver.xml</a> receiv
How do I define a name using VBA that accomplishes the same as Insert|Name|Define
Application.LoadFromText automation
How do you tell visual studio to reindent all code so you can match up the "if/else" "while", and strucs like that
2003 Prolaint ML370 looping during startup System License Violation.
CRecordset and CLongBinary (BLOB problem)
Invalid access to memory location
Row size limit reached
RPC server unavailable on adding host to Cluster
The Terminal Server has exceeded the maximum number of allowed connections