Recent content by resp

  1. R

    ADODB MySQL and VB6

    yus, i can
  2. R

    ADODB MySQL and VB6

    actually i didnt saw that i miss the password, but having no pwd in sql it wouldn't matter anyway, i just tried adding that one too. the error says the syntax problem is near my strSql ("<my data source name>") maybe strSQL shouldnt be given 'my data source name' value? :confused:
  3. R

    ADODB MySQL and VB6

    im using: Function CnnString() As String Dim strServerName As String Dim strDatabaseName As String Dim strUserName As String Dim strPassword As String 'Change to IP Address if not on local machine 'Make sure that you give permission to log into the 'server from this address 'See Adding New User...
Back
Top Bottom