Click here to Skip to main content
15,902,299 members
Home / Discussions / Database
   

Database

 
GeneralRelation Between Databases Pin
Majid Shahabfar7-Jun-05 3:00
Majid Shahabfar7-Jun-05 3:00 
Generalprimary key fields Pin
Pothirajan C7-Jun-05 2:36
Pothirajan C7-Jun-05 2:36 
GeneralRe: primary key fields Pin
Colin Angus Mackay8-Jun-05 1:17
Colin Angus Mackay8-Jun-05 1:17 
QuestionSql Query I think using Roll up or Cube or grouping or any other way??????? Pin
7-Jun-05 1:07
suss7-Jun-05 1:07 
Generalmulti user program Pin
pirogramci6-Jun-05 23:57
pirogramci6-Jun-05 23:57 
GeneralRe: multi user program Pin
Colin Angus Mackay8-Jun-05 0:26
Colin Angus Mackay8-Jun-05 0:26 
GeneralDROP Column: Permission denied Pin
Seraphin6-Jun-05 23:56
Seraphin6-Jun-05 23:56 
Generalwhats wrong with this function Pin
Anonymous6-Jun-05 21:08
Anonymous6-Jun-05 21:08 
this is a function that give me the the monthly installment by dividing the total amount on payment plan ,but with every thing ok i cant get it to work :

CREATE FUNCTION mia (installment int)
RETURNS real AS
BEGIN
declare @x real
select @x=sum(totalamount/paymentplan)
where istallmentid=@installmentid
return @x
END
any suggestion will be helpfull:>
GeneralRe: whats wrong with this function Pin
Colin Angus Mackay6-Jun-05 21:24
Colin Angus Mackay6-Jun-05 21:24 
GeneralRe: whats wrong with this function Pin
Anonymous7-Jun-05 2:44
Anonymous7-Jun-05 2:44 
GeneralOleDbDataAdapter Vs ExecuteNonQuery Pin
myNameIsRon6-Jun-05 18:22
myNameIsRon6-Jun-05 18:22 
GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
Christian Graus6-Jun-05 18:27
protectorChristian Graus6-Jun-05 18:27 
GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
myNameIsRon6-Jun-05 18:55
myNameIsRon6-Jun-05 18:55 
GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
Christian Graus6-Jun-05 18:59
protectorChristian Graus6-Jun-05 18:59 
GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
Colin Angus Mackay6-Jun-05 21:30
Colin Angus Mackay6-Jun-05 21:30 
GeneralASP.NET and DAAB Pin
cbh5g6-Jun-05 9:53
cbh5g6-Jun-05 9:53 
GeneralUsing a Stored Proc parameter as a tablename Pin
Dan Neely6-Jun-05 8:16
Dan Neely6-Jun-05 8:16 
GeneralRe: Using a Stored Proc parameter as a tablename Pin
Colin Angus Mackay6-Jun-05 8:24
Colin Angus Mackay6-Jun-05 8:24 
GeneralRe: Using a Stored Proc parameter as a tablename Pin
Dan Neely6-Jun-05 8:38
Dan Neely6-Jun-05 8:38 
GeneralAvoid NULL values, causes Exception Pin
Miekec6-Jun-05 5:41
sussMiekec6-Jun-05 5:41 
GeneralRe: Avoid NULL values, causes Exception Pin
Luis Alonso Ramos6-Jun-05 7:00
Luis Alonso Ramos6-Jun-05 7:00 
GeneralRe: Avoid NULL values, causes Exception Pin
Colin Angus Mackay6-Jun-05 8:17
Colin Angus Mackay6-Jun-05 8:17 
GeneralProductColumn Pin
albCode6-Jun-05 2:42
albCode6-Jun-05 2:42 
GeneralRe: ProductColumn Pin
oykica6-Jun-05 7:14
oykica6-Jun-05 7:14 
GeneralRe: ProductColumn Pin
Colin Angus Mackay6-Jun-05 8:13
Colin Angus Mackay6-Jun-05 8:13 

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.