Recent content by jvdpeet

  1. J

    Open

    How do I open with Visual Basic 6.0 a database made with a previous version of Visual Basic. I try to use MS Access 2000 and my OS is Windows 7? jvdpeet
  2. J

    DataView cannot be accessed in Visual Basic 6.0 since Windows7

    Since I changed from Windows XP to Windows 7, DataView is no longer visible in VB6.0. View only gives Toolbars and Color Palette. Who can advise me how to get it back?
  3. J

    Disk or network error with error code 3043

    Hi Rainbows8, Thank you very much for your reaction. This error 3043 is a very irritant error with an even irritant explanation by Microsoft, namely no explanation, only a meaningless phrase which is no answer a normal person can understand. I will let you know if it worked for me. jvdpeet
  4. J

    Disk or network error with error code 3043

    Hi gemma-the-husky, When I test the connection it says "connection succeeded". But when I try to open the database it says "Can't open a database made by an earlier version of Visual Basic". Could that be the cause? If so how can I convert a database of an earlier version to a VB6 one? Jan
  5. J

    Disk or network error with error code 3043

    Can somone indicate how I can get rid of Disk or network error with error code 3043? I have no idea what this error indicates. It is too vague to be indicative for the solution. jvdpeet
  6. J

    error 3075 in query

    Thank you Red17. I removed it and the result is the same. Jan
  7. J

    error 3075 in query

    Thank you lagbolt for your reply, but this gives the same error. Jan
  8. J

    error 3075 in query

    Hello, I get error 3075 in the following query in Visual Basic 6.0: datQueryParTest.RecordSource = "SELECT * FROM Parametertest WHERE Winst + Verlies <> 0 & Chr(34) & ORDER BY AantalPerioden, Ondergrens, Bovengrens, (Winst + Verlies)" What is missing in this query? Jan van der Peet
Top Bottom