R
raza
Hi
i am developing an application with VB6.0 and Access 2003.
during development i needed to formate the disk and reinstall every thing
again.
now when i run my application, i gives error message on some forms where i
am sipmly running a SELECT STATEMENT. like
rs.open "some thing"
error message is
"
Error Number: -2147217900 With The Description ->> Undefined function
'Round' in expression. <<- Occured. Error source-->Microsoft JET Database
Engine
"
i have noted that this statement runs successfully on some of the forms but
some forms which are specially selecting records from a table ITEMDETAILS ,
generate error.
on other tables this query runs perfectly fine.
i am using following connection string
"Provider=Microsoft.Jet.OLEDB.4.0;" & "Persist Security Info=False;" & "Data
Source=C:\Inventory.mdb"
could any one guide me please about this matter.
regards.
i am developing an application with VB6.0 and Access 2003.
during development i needed to formate the disk and reinstall every thing
again.
now when i run my application, i gives error message on some forms where i
am sipmly running a SELECT STATEMENT. like
rs.open "some thing"
error message is
"
Error Number: -2147217900 With The Description ->> Undefined function
'Round' in expression. <<- Occured. Error source-->Microsoft JET Database
Engine
"
i have noted that this statement runs successfully on some of the forms but
some forms which are specially selecting records from a table ITEMDETAILS ,
generate error.
on other tables this query runs perfectly fine.
i am using following connection string
"Provider=Microsoft.Jet.OLEDB.4.0;" & "Persist Security Info=False;" & "Data
Source=C:\Inventory.mdb"
could any one guide me please about this matter.
regards.