Click here to Skip to main content
15,900,973 members
Home / Discussions / Database
   

Database

 
GeneralRe: convert EMPTY fields to NULL? Pin
John Sundar23-Mar-08 19:51
John Sundar23-Mar-08 19:51 
GeneralRe: convert EMPTY fields to NULL? Pin
SeeSharp18-Mar-08 21:10
SeeSharp18-Mar-08 21:10 
GeneralRe: convert EMPTY fields to NULL? Pin
John Sundar23-Mar-08 19:49
John Sundar23-Mar-08 19:49 
GeneralGetting StartDate and EndDate using SQL query Pin
meeram39518-Mar-08 0:08
meeram39518-Mar-08 0:08 
GeneralRe: Getting StartDate and EndDate using SQL query Pin
Krish - KP18-Mar-08 1:29
Krish - KP18-Mar-08 1:29 
GeneralRe: Getting StartDate and EndDate using SQL query Pin
meeram39518-Mar-08 3:55
meeram39518-Mar-08 3:55 
Generalsql query Pin
rameshdontagani17-Mar-08 18:30
rameshdontagani17-Mar-08 18:30 
GeneralRe: sql query Pin
pmarfleet17-Mar-08 20:48
pmarfleet17-Mar-08 20:48 
GeneralRe: sql query Pin
SeeSharp18-Mar-08 23:54
SeeSharp18-Mar-08 23:54 
GeneralError on Mapping an UDT Pin
faehne17-Mar-08 11:13
faehne17-Mar-08 11:13 
GeneralReporting Services: Draw rectangle on chart's plot area Pin
Mark J. Miller17-Mar-08 9:47
Mark J. Miller17-Mar-08 9:47 
GeneralRe: Reporting Services: Draw rectangle on chart's plot area Pin
pmarfleet17-Mar-08 10:23
pmarfleet17-Mar-08 10:23 
GeneralRe: Reporting Services: Draw rectangle on chart's plot area Pin
Mark J. Miller17-Mar-08 10:54
Mark J. Miller17-Mar-08 10:54 
GeneralRe: Reporting Services: Draw rectangle on chart's plot area Pin
pmarfleet17-Mar-08 11:25
pmarfleet17-Mar-08 11:25 
GeneralRe: Reporting Services: Draw rectangle on chart's plot area Pin
Mark J. Miller17-Mar-08 11:32
Mark J. Miller17-Mar-08 11:32 
QuestionSaving Bitmap File To MS Access 2003 Problem Pin
cyberE-gor17-Mar-08 8:32
cyberE-gor17-Mar-08 8:32 
GeneralRe: Saving Bitmap File To MS Access 2003 Problem Pin
Christian Graus17-Mar-08 10:09
protectorChristian Graus17-Mar-08 10:09 
GeneralSQL DTS Pin
kibromg17-Mar-08 7:08
kibromg17-Mar-08 7:08 
GeneralRe: SQL DTS Pin
Mark J. Miller17-Mar-08 9:58
Mark J. Miller17-Mar-08 9:58 
GeneralSQL reporting Services 2000 Pin
imnotso#17-Mar-08 5:09
imnotso#17-Mar-08 5:09 
Questionhow to insert datatable rows into database ??????? Pin
md_azy17-Mar-08 0:29
md_azy17-Mar-08 0:29 
GeneralRe: how to insert datatable rows into database ??????? Pin
Mark J. Miller17-Mar-08 4:25
Mark J. Miller17-Mar-08 4:25 
Create a Command object which defines the INSERT command then create a DataAdapter object and assign your Command object to the adapter's Insert command. Make sure when you define the data table object to map the datatable's column names to the parameter objects in the insert command you created.


GeneralERROR ON UPDATE QUERY Pin
Sadaf Naeem16-Mar-08 19:15
Sadaf Naeem16-Mar-08 19:15 
GeneralRe: ERROR ON UPDATE QUERY Pin
Khawar Abbas116-Mar-08 19:55
Khawar Abbas116-Mar-08 19:55 
GeneralRe: ERROR ON UPDATE QUERY Pin
pmarfleet16-Mar-08 22:10
pmarfleet16-Mar-08 22:10 

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.