Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralCsharp , MySQLDriverCS + dataGrid Pin
Nekosan9-Aug-04 2:28
Nekosan9-Aug-04 2:28 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
exhaulted9-Aug-04 3:34
exhaulted9-Aug-04 3:34 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
Nekosan9-Aug-04 3:57
Nekosan9-Aug-04 3:57 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
exhaulted9-Aug-04 4:22
exhaulted9-Aug-04 4:22 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
Nekosan9-Aug-04 4:34
Nekosan9-Aug-04 4:34 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
exhaulted9-Aug-04 4:57
exhaulted9-Aug-04 4:57 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
Nekosan9-Aug-04 5:29
Nekosan9-Aug-04 5:29 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
exhaulted9-Aug-04 22:25
exhaulted9-Aug-04 22:25 
You have to write the Select command for the data adapter so it knows what fields to pull out of the database. If you are using Visual Studio then just drag and drop a DataAdapter onto you form and it wil open a wizard. Follow the prompts and the select command will be created for you along with Update, Delete and Insert statements, as long as you specify the primary key for your data.

If you are not using visual studio then you will have to create the SQL statements for selecting and updating the data required and assign them to the relevant properties of your DataAdapter

Kev Pearman MCP
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
Nekosan10-Aug-04 9:29
Nekosan10-Aug-04 9:29 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
exhaulted10-Aug-04 21:35
exhaulted10-Aug-04 21:35 
GeneralRe: Csharp , MySQLDriverCS + dataGrid Pin
Nekosan14-Aug-04 23:51
Nekosan14-Aug-04 23:51 
GeneralIDE / Command Window Pin
doctrane9-Aug-04 2:06
doctrane9-Aug-04 2:06 
GeneralRe: IDE / Command Window Pin
Mardawi9-Aug-04 8:52
Mardawi9-Aug-04 8:52 
GeneralRe: IDE / Command Window Pin
doctrane10-Aug-04 3:19
doctrane10-Aug-04 3:19 
GeneralRe: IDE / Command Window Pin
Mardawi10-Aug-04 8:26
Mardawi10-Aug-04 8:26 
GeneralRe: IDE / Command Window Pin
doctrane10-Aug-04 10:49
doctrane10-Aug-04 10:49 
QuestionRead and Write data from different databases, but How?? Pin
caliasp9-Aug-04 1:38
caliasp9-Aug-04 1:38 
AnswerRe: Read and Write data from different databases, but How?? Pin
exhaulted9-Aug-04 4:29
exhaulted9-Aug-04 4:29 
GeneralUsing the same class belonging to the same namespaces in two different assembly for a project Pin
gokselm9-Aug-04 1:36
gokselm9-Aug-04 1:36 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 1:56
exhaulted9-Aug-04 1:56 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:02
leppie9-Aug-04 2:02 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 2:06
exhaulted9-Aug-04 2:06 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:18
leppie9-Aug-04 2:18 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
exhaulted9-Aug-04 3:12
exhaulted9-Aug-04 3:12 
GeneralRe: Using the same class belonging to the same namespaces in two different assembly for a project Pin
leppie9-Aug-04 2:00
leppie9-Aug-04 2:00 

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.