CreateDSN Function - HELP!

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top