% works fine in the Access SQL query windows. % does not work at all in C# code using the AccessDataSourc e.SelectCommand . I have to use * for my wildcard in dotnet c#
I tried googleing my question but got too many hits because of those symbols
Is there some meta command where I can tell asp dotnet access to use % instead of * ?
unaccountably, % also seems to work fine in perl using
$dbh = DBI->connect('dbi:O DBC:driver=micr osoft access driver (*.mdb);dbq='.
etc
just seems to be a problem in VS2008 with C# and asp dotnet.
thanks for looking
I tried googleing my question but got too many hits because of those symbols
Is there some meta command where I can tell asp dotnet access to use % instead of * ?
unaccountably, % also seems to work fine in perl using
$dbh = DBI->connect('dbi:O DBC:driver=micr osoft access driver (*.mdb);dbq='.
etc
just seems to be a problem in VS2008 with C# and asp dotnet.
thanks for looking
Comment