|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Connection Error On win98
I got a problem with connecting firebird 1.5 from visual basic 6.
Most of my clients has win98 installed on their PC's. After installing My Software whenever the application tries to connect to db. I got an ODBC connection dialog and asks about user Name, Password and Role. Why this happened on win98, same application works perfactely on Windows XP Here is the code that tries to connect to the FB Public Function OpenConnection(dbCnn As Connection, dbRs As Recordset, DBPath As String) As Integer On Error GoTo OpenConnection_Error Set dbCnn = New ADODB.Connection dbCnn.Open "DRIVER=FireBird/InterBase(r) driver; UID=sysdba; PWD=masterkey; DBName=" & DBPath & ";DIALECT=3" Please Help Thanks in Adv. |
|
#2
|
|||
|
|||
|
Do Help
Isn't anybody there who know what the problem is, or want more details. please help as i got stuck here and nothing helped me
|
|
#3
|
||||
|
||||
|
Got no idea, sorry, but ... is your customer aware that Microsoft has officially ended support for Windows 98 and Windows ME on June 30, 2006?
You could always ask in the ODBC development mailing list here
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Connection Error On win98 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|