Click here to Skip to main content
16,005,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Delphi to VB.Net migration Pin
Christian Graus15-Apr-07 21:00
protectorChristian Graus15-Apr-07 21:00 
AnswerRe: Delphi to VB.Net migration Pin
kubben16-Apr-07 2:28
kubben16-Apr-07 2:28 
GeneralRe: Delphi to VB.Net migration Pin
shreekar16-Apr-07 18:08
shreekar16-Apr-07 18:08 
GeneralRe: Delphi to VB.Net migration Pin
kubben17-Apr-07 2:24
kubben17-Apr-07 2:24 
Questionsetup and packaging a windows application in VB.NET Pin
venkata lakshmi prasanna15-Apr-07 18:09
venkata lakshmi prasanna15-Apr-07 18:09 
AnswerRe: setup and packaging a windows application in VB.NET Pin
Christian Graus15-Apr-07 18:22
protectorChristian Graus15-Apr-07 18:22 
AnswerRe: setup and packaging a windows application in VB.NET Pin
kubben16-Apr-07 2:40
kubben16-Apr-07 2:40 
QuestionSystem.Data.OleDb.OleDbException: Unkown [modified] Pin
Liu Chunhui15-Apr-07 17:37
Liu Chunhui15-Apr-07 17:37 
hi,i am David Lau.

now i am doing a windows forms application. Yesterday, the customer gave us the following error. this error can repeat on that pc, but we do not repeat it in our test machine.

why does this error happens? who can help me?

■env:
・Win2000 SP4
・.net framework 1.1
・DB-Microsoft Access 2000
・VB.NET 2003

■Error infomation:
2007-04-13 16:45:02,476 System.Data.OleDb.OleDbException: Unknown
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(CommandBehavior 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(DataTable dataTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at MIGRATE.ADP.RunSqlFillDataTbl(String strSql, DataTable& dtTbl)
--- ------- ---
at MIGRATE.ADP.RunSqlFillDataTbl(String strSql, DataTable& dtTbl)
at MIGRATE.frmMigrate.sbInitComboBox()
at MIGRATE.frmMigrate.frmMigrate_Load(Object sender, EventArgs e)

■Comment
(1)on that PC, MS Access is not installed
(2)MADC 2.8 has been installed.

Thanks.

David Lau
stillicel@hotmail.com


-- modified at 1:55 Monday 16th April, 2007
AnswerRe: System.Data.OleDb.OleDbException: Unkown Pin
moomoooomoo16-Apr-07 1:37
moomoooomoo16-Apr-07 1:37 
AnswerRe: System.Data.OleDb.OleDbException: Unkown Pin
Dave Kreskowiak16-Apr-07 2:57
mveDave Kreskowiak16-Apr-07 2:57 
GeneralRe: System.Data.OleDb.OleDbException: Unkown Pin
Liu Chunhui16-Apr-07 14:53
Liu Chunhui16-Apr-07 14:53 
QuestionADO Persisted Recordset XML Pin
DA_Loring15-Apr-07 15:38
DA_Loring15-Apr-07 15:38 
AnswerRe: ADO Persisted Recordset XML Pin
Dave Kreskowiak16-Apr-07 2:50
mveDave Kreskowiak16-Apr-07 2:50 
GeneralRe: ADO Persisted Recordset XML Pin
DA_Loring16-Apr-07 3:32
DA_Loring16-Apr-07 3:32 
GeneralRe: ADO Persisted Recordset XML Pin
Dave Kreskowiak16-Apr-07 12:16
mveDave Kreskowiak16-Apr-07 12:16 
GeneralRe: ADO Persisted Recordset XML Pin
DA_Loring16-Apr-07 23:30
DA_Loring16-Apr-07 23:30 
Questionfind control from text Pin
185515-Apr-07 12:59
185515-Apr-07 12:59 
AnswerRe: find control from text Pin
The ANZAC15-Apr-07 13:05
The ANZAC15-Apr-07 13:05 
GeneralRe: find control from text Pin
185515-Apr-07 13:10
185515-Apr-07 13:10 
AnswerRe: find control from text Pin
Christian Graus15-Apr-07 13:09
protectorChristian Graus15-Apr-07 13:09 
GeneralRe: find control from text Pin
185515-Apr-07 14:31
185515-Apr-07 14:31 
GeneralRe: find control from text Pin
Christian Graus15-Apr-07 14:44
protectorChristian Graus15-Apr-07 14:44 
GeneralRe: find control from text Pin
185516-Apr-07 16:27
185516-Apr-07 16:27 
QuestionHow to center a control in a TableLayoutPanel ? [modified] Pin
Narenge15-Apr-07 9:39
Narenge15-Apr-07 9:39 
AnswerRe: How to center a control in a TableLayoutPanel ? Pin
Thomas Stockwell15-Apr-07 13:33
professionalThomas Stockwell15-Apr-07 13:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.