Click here to Skip to main content
15,901,505 members
Home / Discussions / C#
   

C#

 
GeneralRe: ,Date Insertion in mySQL Database Pin
Colin Angus Mackay28-Jun-05 3:46
Colin Angus Mackay28-Jun-05 3:46 
GeneralRe: ,Date Insertion in mySQL Database Pin
Dave Kreskowiak28-Jun-05 4:38
mveDave Kreskowiak28-Jun-05 4:38 
Questionhow to create a file as hidden? Pin
Green Fuze28-Jun-05 0:58
Green Fuze28-Jun-05 0:58 
AnswerRe: how to create a file as hidden? Pin
Hesham Amin28-Jun-05 1:52
Hesham Amin28-Jun-05 1:52 
GeneralRe: how to create a file as hidden? Pin
Green Fuze28-Jun-05 3:58
Green Fuze28-Jun-05 3:58 
GeneralGenerate an Image using ByteCode/HexaView Pin
MDKrishan27-Jun-05 21:29
MDKrishan27-Jun-05 21:29 
GeneralGenerate an Image using ByteCode/HexaView Pin
MDKrishan27-Jun-05 21:25
MDKrishan27-Jun-05 21:25 
GeneralDataAdapter.Fill Problems Pin
metalsandman27-Jun-05 21:20
metalsandman27-Jun-05 21:20 
Hello.

I have an application that uses dataadapters to fill some datasets, and it works just fine, but sometimes it crashes and i get to following error: "System.NullReferenceException: Object not set to an instance of an object".
The whole error is:
Severity=5,OccurenceTime=10.06.2005 16:23:02,Class=Data.DbManager,Method=FillTable,Message=System.NullReferenceException: Object reference not set to an instance of an object.
at System.Data.DataTable.LoadDataRow(Object[] values, Boolean fAcceptChanges)
at System.Data.Common.SchemaMapping.LoadDataRow(Boolean clearDataValues, Boolean acceptChanges)
at System.Data.Common.DbDataAdapter.FillLoadDataRow(SchemaMapping mapping)
at System.Data.Common.DbDataAdapter.FillFromReader(Object data, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDataReader dataReader)
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 Data.DbManager.FillTable(DataTable table, String commandText),Stack= at System.Data.DataTable.LoadDataRow(Object[] values, Boolean fAcceptChanges)
at System.Data.Common.SchemaMapping.LoadDataRow(Boolean clearDataValues, Boolean acceptChanges)
at System.Data.Common.DbDataAdapter.FillLoadDataRow(SchemaMapping mapping)
at System.Data.Common.DbDataAdapter.FillFromReader(Object data, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDataReader dataReader)
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 Data.DbManager.FillTable(DataTable table, String commandText)

Can u please help me? It's very unpseting that the application works and then suddenly crashes Frown | :(

Thanks.

MetalSandman.
GeneralRe: DataAdapter.Fill Problems Pin
Piovra_27-Jun-05 21:38
Piovra_27-Jun-05 21:38 
GeneralRe: DataAdapter.Fill Problems Pin
metalsandman27-Jun-05 23:44
metalsandman27-Jun-05 23:44 
GeneralRe: DataAdapter.Fill Problems Pin
Dave Kreskowiak28-Jun-05 4:34
mveDave Kreskowiak28-Jun-05 4:34 
GeneralRe: DataAdapter.Fill Problems Pin
metalsandman28-Jun-05 4:43
metalsandman28-Jun-05 4:43 
GeneralManipulate cells in datagrid Pin
Piovra_27-Jun-05 20:27
Piovra_27-Jun-05 20:27 
GeneralRe: Manipulate cells in datagrid Pin
sreejith ss nair28-Jun-05 0:02
sreejith ss nair28-Jun-05 0:02 
Generalexport excell file to SQL SERVER Pin
dabuskol27-Jun-05 19:58
dabuskol27-Jun-05 19:58 
GeneralRe: export excell file to SQL SERVER Pin
harbanone28-Jul-05 7:15
harbanone28-Jul-05 7:15 
GeneralSQL and loops Pin
mhmo27-Jun-05 19:50
mhmo27-Jun-05 19:50 
GeneralRe: SQL and loops Pin
Christian Graus27-Jun-05 19:53
protectorChristian Graus27-Jun-05 19:53 
GeneralRe: SQL and loops Pin
mhmo27-Jun-05 20:02
mhmo27-Jun-05 20:02 
GeneralRe: SQL and loops Pin
Christian Graus27-Jun-05 20:04
protectorChristian Graus27-Jun-05 20:04 
GeneralRe: SQL and loops Pin
mhmo27-Jun-05 20:11
mhmo27-Jun-05 20:11 
GeneralRe: SQL and loops Pin
Christian Graus27-Jun-05 20:31
protectorChristian Graus27-Jun-05 20:31 
GeneralRe: SQL and loops Pin
mhmo27-Jun-05 20:38
mhmo27-Jun-05 20:38 
GeneralRe: SQL and loops Pin
Christian Graus27-Jun-05 20:48
protectorChristian Graus27-Jun-05 20:48 
GeneralRe: SQL and loops Pin
mhmo27-Jun-05 20:52
mhmo27-Jun-05 20:52 

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.