Click here to Skip to main content
16,004,901 members
Home / Discussions / Database
   

Database

 
Generaldataview, sort and findrows Pin
lxhan23-Jul-05 19:06
lxhan23-Jul-05 19:06 
GeneralRe: dataview, sort and findrows Pin
Alomgir Miah24-Jul-05 8:56
Alomgir Miah24-Jul-05 8:56 
Generaldataview, sort and findrows Pin
Chetan Ranpariya27-Jul-05 19:05
Chetan Ranpariya27-Jul-05 19:05 
QuestionADO.NET: Why DBConcurrency Exception when deleting multiple child rows? Pin
dy1323-Jul-05 12:10
dy1323-Jul-05 12:10 
GeneralAbout Connection Pin
pmasknguyen23-Jul-05 1:29
pmasknguyen23-Jul-05 1:29 
QuestionHow to use MDAC Pin
Schehzad Hassan22-Jul-05 20:58
sussSchehzad Hassan22-Jul-05 20:58 
AnswerRe: How to use MDAC Pin
Rob Graham23-Jul-05 4:14
Rob Graham23-Jul-05 4:14 
Generalregarding sqlDataAdapter Pin
Madni Abbasi22-Jul-05 19:47
Madni Abbasi22-Jul-05 19:47 
hi,
I am using sqlDataAdapter select command based on multiple tables to populate DataSet . I wanted to update only one table data by using UpdateCommand Property becauze sqlCommandBuilder is not supported for multiple base tables. plz help me to write Update Command. SelectCommand is as

sql = "SELECT a.prepaidID,a.revAccountNo,a.AccountNo AS origAccountNo," & _
"a.totalAmount, .description, .distAmount,b.fromDate,b.toDate,b.vtCode,
b.voucherNo,b.voucherDate" & _
" FROM prepaidDistribution a,prepaidDistributionDetail b" & _
" WHERE a.prepaidID = b.prepaidID and a.companyCode='" & compCode & _
"' and b.fromDate>='" & startDate & "' and b.toDate<='" & endDate & _
"' and b.vtcode IS NULL and a.accountNo like '" & accountNo & "%'"

plz help immediately
Generalthere is something not work ! Pin
SmartSDR22-Jul-05 5:36
SmartSDR22-Jul-05 5:36 
GeneralCreating a new access database ERROR Pin
Martin@captivasystems22-Jul-05 4:13
Martin@captivasystems22-Jul-05 4:13 
GeneralRe: Creating a new access database ERROR Pin
Rob Graham22-Jul-05 7:50
Rob Graham22-Jul-05 7:50 
GeneralRe: Creating a new access database ERROR Pin
Martin@captivasystems22-Jul-05 8:02
Martin@captivasystems22-Jul-05 8:02 
GeneralRe: Creating a new access database ERROR Pin
Rob Graham22-Jul-05 10:18
Rob Graham22-Jul-05 10:18 
GeneralRe: Creating a new access database ERROR Pin
Martin@captivasystems22-Jul-05 11:31
Martin@captivasystems22-Jul-05 11:31 
Generaldebugging stored procedure Pin
paragraut22-Jul-05 2:23
paragraut22-Jul-05 2:23 
GeneralRe: debugging stored procedure Pin
Scott Serl22-Jul-05 11:21
Scott Serl22-Jul-05 11:21 
GeneralRe: debugging stored procedure Pin
paragraut22-Jul-05 20:56
paragraut22-Jul-05 20:56 
GeneralRe: debugging stored procedure Pin
Scott Serl23-Jul-05 11:54
Scott Serl23-Jul-05 11:54 
GeneralRe: debugging stored procedure Pin
paragraut25-Jul-05 0:06
paragraut25-Jul-05 0:06 
GeneralRe: debugging stored procedure Pin
Rob Graham25-Jul-05 4:38
Rob Graham25-Jul-05 4:38 
GeneralRe: debugging stored procedure Pin
paragraut26-Jul-05 3:09
paragraut26-Jul-05 3:09 
GeneralRe: debugging stored procedure Pin
Scott Serl25-Jul-05 10:35
Scott Serl25-Jul-05 10:35 
QuestionADO .net problem? Pin
Smear122-Jul-05 0:34
sussSmear122-Jul-05 0:34 
GeneralReporting Service / URL Access - login credentials Pin
devvvy21-Jul-05 20:36
devvvy21-Jul-05 20:36 
QuestionHow can i find the Row number in DataRowCollection Pin
m.rastgar21-Jul-05 12:08
m.rastgar21-Jul-05 12:08 

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.