O
one_too_many
Can anyone offer me any help on this function.
I can get it to run with out any errors but it doesn't seem to b
creating the DSN.
******************
Function Set_Up_DSN()
Dim dsnCon As Dsn
dnscon = CreateDSN("aaa_blah", "SQL", "rgkrdpsql02", "Report"
"FGST", "", "aaa_blah", False, "")
End Function
Function CreateDSN(DSNname As String, ODBCDriver As String, SVRname A
String, _
DBname As String, USER As String, PWD As String
DSNdesc As String, _
Silent As Boolean, ODBCAttr As String) As Boolean
End Function
*****************
I fell the function should do something..!?
Help
I can get it to run with out any errors but it doesn't seem to b
creating the DSN.
******************
Function Set_Up_DSN()
Dim dsnCon As Dsn
dnscon = CreateDSN("aaa_blah", "SQL", "rgkrdpsql02", "Report"
"FGST", "", "aaa_blah", False, "")
End Function
Function CreateDSN(DSNname As String, ODBCDriver As String, SVRname A
String, _
DBname As String, USER As String, PWD As String
DSNdesc As String, _
Silent As Boolean, ODBCAttr As String) As Boolean
End Function
*****************
I fell the function should do something..!?
Help