CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Error ? why?

  1. #1
    Guest

    Error ? why?

    My program runs well with my machine(Win98), but when deploy it to another machine(WinNT) and run it, I got this error ".2147217900..Line 1:Incorrect syntax near '?' " My error handling routine shows that this is with a query function with a recordset as return value. Any idea? Thx


  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: Error ? why?

    This seems to be a database related program, do both copies of Windows have the same dbase drivers? It could be that NT's are less flexible.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured