Click here to Skip to main content
15,923,273 members
Home / Discussions / Database
   

Database

 
GeneralRe: Retrieving Dates from Access Database using ODBC Pin
Rob Graham7-Mar-04 17:34
Rob Graham7-Mar-04 17:34 
GeneralRe: Retrieving Dates from Access Database using ODBC Pin
pavneet8-Mar-04 8:54
pavneet8-Mar-04 8:54 
GeneralDateTime not updating time Pin
cje3-Mar-04 7:54
cje3-Mar-04 7:54 
GeneralConnecting to MySQL with ODBC Pin
sps-itsec463-Mar-04 2:56
sps-itsec463-Mar-04 2:56 
Generalconnection to SQL Server from extranet Pin
MyttO3-Mar-04 0:29
MyttO3-Mar-04 0:29 
GeneralRe: connection to SQL Server from extranet Pin
Mike Dimmick3-Mar-04 2:10
Mike Dimmick3-Mar-04 2:10 
GeneralRe: connection to SQL Server from extranet Pin
Mike Dimmick3-Mar-04 2:27
Mike Dimmick3-Mar-04 2:27 
GeneralMany thanks Pin
MyttO4-Mar-04 23:12
MyttO4-Mar-04 23:12 
GeneralConnection from Crystal Report to DataSet Pin
Pablopablo2-Mar-04 16:12
Pablopablo2-Mar-04 16:12 
GeneralRe: Connection from Crystal Report to DataSet Pin
Anonymous9-Mar-04 5:16
Anonymous9-Mar-04 5:16 
GeneralRe: Connection from Crystal Report to DataSet Pin
Pablopablo9-Mar-04 10:00
Pablopablo9-Mar-04 10:00 
GeneralRe: Connection from Crystal Report to DataSet Pin
DustInTheWind10-Mar-04 5:54
DustInTheWind10-Mar-04 5:54 
GeneralRe: Connection from Crystal Report to DataSet Pin
DustInTheWind10-Mar-04 7:29
DustInTheWind10-Mar-04 7:29 
GeneralColumns failing to save data on insert Pin
Mike Osbahr2-Mar-04 12:25
Mike Osbahr2-Mar-04 12:25 
GeneralExport a DataSet to a NEW Excel File Pin
Jeff Monheiser2-Mar-04 3:42
Jeff Monheiser2-Mar-04 3:42 
GeneralRe: Export a DataSet to a NEW Excel File Pin
John Kuhn2-Mar-04 12:43
John Kuhn2-Mar-04 12:43 
GeneralDataSet object : not disposed Pin
mxcad2-Mar-04 3:36
sussmxcad2-Mar-04 3:36 
GeneralRe: DataSet object : not disposed Pin
Mike Dimmick2-Mar-04 6:30
Mike Dimmick2-Mar-04 6:30 
GeneralDataSet object : not disposed Pin
The Bug2-Mar-04 3:36
The Bug2-Mar-04 3:36 
Generalthose xmlbuilder generated objects.. Pin
Anonymous1-Mar-04 23:32
Anonymous1-Mar-04 23:32 
GeneralRe: those xmlbuilder generated objects.. Pin
Mike Dimmick3-Mar-04 2:17
Mike Dimmick3-Mar-04 2:17 
If you've got a DataTable that's been returned from some general procedure which doesn't know about your derived classes, you can't cast it to a derived class - because it isn't one. The object's actual type is carried with it.

You should be able to write the data to an XML format using DataSet.WriteXml and read it back using a typed dataset's ReadXml method.

Stability. What an interesting concept. -- Chris Maunder
Generaluse modem dialup to retrieve data from SQL 2000 Server... Pin
DengJW1-Mar-04 17:23
DengJW1-Mar-04 17:23 
QuestionProblem while accessing SQL server 2k remotely? Pin
DengJW1-Mar-04 15:49
DengJW1-Mar-04 15:49 
AnswerRe: Problem while accessing SQL server 2k remotely? Pin
Mike Dimmick3-Mar-04 2:31
Mike Dimmick3-Mar-04 2:31 
QuestionHow to read encrypted data from SQL Server... Pin
OHSAH1-Mar-04 10:12
OHSAH1-Mar-04 10:12 

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.