The Microsoft Jet database engine count not find the object <column name>

O

Orgil

Hi all,

I have just writed a program named "DayBook".
I am using MS Access 2003 database and Microsoft .NET C# 2005 (with
framework 2.0). MS Access 2003, MS .NET C# 2005 and dotNetFramework2.0
are installed on my computer on which I have made DayBook.

My program uses many queries.
But the first query string, that is executed on begining of DayBook,
is : "SELECT
[id], [UserName], [Password] FROM [Users]".

When I run DayBook on my computer, the program works finely.

But the DayBook is promted an error "The Microsoft Jet database engine
count not find the object 'Expr1002'" on the first query string when
the program runs on other computer, that has not Microsoft .NET and MS
Access 2003 but has framework2.0.

Both other computer and my computer have "Windows XP" operating
system.

Why does the error occur? Please help me.

.... Orgil
 

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

Top