SQL Select in ODBC

  • Thread starter Thread starter JohnL
  • Start date Start date
J

JohnL

Having SQL select statements like this

select 'p' as col1, projectname from projects

giving a memory exception

In XP and previous operating systems this worked well. Using VC++ with ODBC
and MS Access driver. Have tried some general ODBC SQL querytools like
qtodbc, same problem.
Any ideas?
 
You probably would get some expert answers posting this in the following
ngs:
microsoft.public.sqlserver.odbc
microsoft.public.access.odbcclientsvr
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top