Chris Cottrell wrote:
> Hi,
> Can you explain what doesn't work about the utility?  Getting a
> specific error? 

External data = Paradox. Here is the conncetion string:
 "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=u:\USR2\EDCAT\TABLES\;Extended Properties=Paradox 4.x;" 

I have also tried the \\ServerName instead of U:\ 

The JIT debugger starts it's spew.  I then can read a button call was made,
I calls a pull for data to populate a dataset table and then use that for a
grid.  I percolate through the lines of that, and here they are:

System.Data.OleDb.OleDbException: Unexpected error from external database
driver (11270).
   at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32
hr)
   at
System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS
dbParams, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object&
executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior
behavior, Object& executeResult)
   at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior
behavior, String method)
   at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
   at
System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandB
ehavior behavior)
   at System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
   at SRA.EdCat.UpDate.FixData(DataSet DS, String lcSQL)
   at SRA.EdCat.UpDate..ctor()
   at SRA.EdCat.Main.Windows.Forms.MainForm.menuItem1_Click(Object sender,
EventArgs e)


TIA

Stephen Russell
S.R. & Associates
Memphis, TN 38115

901.246-0159



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Microsofts_C_Sharp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to