you ask me? well here are the codes that define the strings ("EW_CONN_STRING")
Quote:
Originally posted by gyuan
What is Application("EW_CONN_STRING")?
|
'Global connection parameters
'internt
'Application("EW_CONN_STRING") = "DRIVER={Microsoft ODBC for Oracle};" _
' & "UID=eisweb;PWD=eisweb;ConnectString=eisweb_tussa; "
'Hos Tussa
Application("EW_CONN_STRING") = "DRIVER={Microsoft ODBC for Oracle};" _
& "UID=eisweb;PWD=eisweb;ConnectString=eisweb;"
Application("EW_USERNAME") = "eisweb"
Application("EW_PASSWORD") = "eisweb"
Application("EW_CONN_TIMEOUT") = 20
Application("EW_CMD_TIMEOUT") = 35
But if anyone have any good way to conect to a oracle db, i lack the connection scripting... i would like to change the ("EW_CONN_STRING")
and use a none dynamic string.