I'm trying to get table editor to work - but I'm having some problems getting it to function correctly. I'm not sure what all needs to be edited.
'Define your total number of connections here '(The biggest "i" of arrDBs(i) should be equal to this) const iTotalConnections = 4
'Using Redim causes a performance degredation 'But it's OK since array size is small redim arrDbs(iTotalConnections) redim arrDesc(iTotalConnections) redim arrType(iTotalConnections) redim arrConn(iTotalConnections)
'Define your total number of connections here '(The biggest "i" of arrDBs(i) should be equal to this) 'const iTotalConnections = 4 const iTotalConnections = 1 'Using Redim causes a performance degredation 'But it's OK since array size is small redim arrDbs(iTotalConnections) redim arrDesc(iTotalConnections) redim arrType(iTotalConnections) redim arrConn(iTotalConnections)
Some of us just used the connection string from the Snitz Forums config.asp file.
«-------------------------------------------------» Read the Do's and Don'ts before you post for help «-------------------------------------------------»