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
 
Back
Top