Re: Insert data into table from text file using sqlceresultset

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I am trying to import from a csv file into a sqlserver ce table.

I am using parameters to improve performance of insert into query.

Since last 2 days I am struggling to get it working.

I keep getting this exception:

A first chance exception of type
'System.Data.SqlServerCe.SqlCeException' occurred in
System.Data.SqlServerCe.dll

I converted my pocket pc code to desktop code and it worked there. I
can't understand whats wrong. exception doesn't give any more info. I
am going crazy, please help me.

.



Relevant Pages

  • Re: Default values of functions
    ... query: TGCQuery; ... exception, the return value would be that value. ... So I agree that the return value of this function could be undefined if the assignment is ignored by the compiler. ... If the calling code called the function inside a "try" section, then execution, upon leaving the called function, will go to the "finally" section of the caller, if there is one, or to the "except" section of the caller, if there is one with the appropriate exception type. ...
    (comp.lang.pascal.delphi.misc)
  • Re: SQLCommandparameters - viewing prepared statement
    ... corresponding value (we actually often use different levels of logging so at ... throw back Print Statements as well as Sql Error msgs with a Severity level ... If the query threw an exception the evaluated ... the exception that says "incorrect ...
    (microsoft.public.dotnet.framework.adonet)
  • doubt
    ... The Microsoft Jet database engine cannot find the input table or query ... Exception Details: System.Data.OleDb.OleDbException: The Microsoft Jet ... database engine cannot find the input table or query 'Table1'. ... dbParams, Object& executeResult) +255 ...
    (comp.databases.ms-access)
  • The Microsoft Jet database engine cannot find the input table or query Table1. Make sure it exists
    ... The Microsoft Jet database engine cannot find the input table or query ... Exception Details: System.Data.OleDb.OleDbException: The Microsoft Jet ... database engine cannot find the input table or query 'Table1'. ... dbParams, Object& executeResult) +255 ...
    (comp.databases.ms-access)
  • Application error occurred during request processing
    ... I get the above exception when I run my webservice. ... // setter and getter methods for the above class members. ... // PreparedStatement to query database table ...
    (comp.lang.java.programmer)