softmafia
Posts: 44
|
| Posted: 02/23/2005, 8:42 AM |
|
this works locally but when uploaded wont work????
Private Sub Class_Initialize()
ConnectionString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=valmet_bank"
User = ""
Password = ""
Set Converter = New clsConverter
Converter.DateFormat = Array("mm", "/", "dd", "/", "yyyy", " ", "HH", ":", "nn", ":", "ss")
Converter.BooleanFormat = Array("true", "false", Empty)
Set objConnection = Server.CreateObject("ADODB.Connection")
Set Errors = New clsErrors
End Sub
what is wrong can any one help me reconstruct the code
_________________
softmafia |
 |
 |
|