i have a following connection string which is perfectly fine and i can
successfully access to the ACCESS database through workgroup
connection string.
"Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=C:\Shared\NetAccessDatabase\Net.mdb;user
id=SYSTM;Password=tmsa;Jet OLEDB:System
database=c:\Winnt\system32\system.mdw;"
once i have accessed to the ACCESS databae i have tried to open a
query called vtblDefaultSegment...The code for query
vtblDefaultSegment is as follows:
SELECT [IDSegment]
FROM tblTMSGroups
WHERE GroupID=SYSTM;
when i do this i should get one record back but instead i get an
error messaga saying "No value given for one or more required
parameters"...I would really appreciate if some one could really help
me with this...Seems like i couldn't open the query
vtblDefaultSegment..Thanks