Click here to Skip to main content
15,887,283 members
Home / Discussions / Database
   

Database

 
AnswerRe: how to change the date 5 th dec 2008 to default date in sqlserver2000? [modified] Pin
Blue_Boy17-Apr-08 15:59
Blue_Boy17-Apr-08 15:59 
GeneralRe: how to change the date 5 th dec 2008 to default date in sqlserver2000? Pin
subbu.sk17-Apr-08 20:03
subbu.sk17-Apr-08 20:03 
GeneralINSERT trigger - how to stop the insert from happening. Pin
Paddy Boyd17-Apr-08 3:53
Paddy Boyd17-Apr-08 3:53 
GeneralRe: INSERT trigger - how to stop the insert from happening. Pin
Werries17-Apr-08 9:56
Werries17-Apr-08 9:56 
GeneralRe: INSERT trigger - how to stop the insert from happening. Pin
SimulationofSai17-Apr-08 21:22
SimulationofSai17-Apr-08 21:22 
GeneralSystem.Data.OleDb.OleDbException: Unspecified error Pin
tom8317-Apr-08 3:35
tom8317-Apr-08 3:35 
GeneralRe: System.Data.OleDb.OleDbException: Unspecified error Pin
Kschuler17-Apr-08 10:37
Kschuler17-Apr-08 10:37 
Generalline 18 is getting error near ''this codes(mysql) Pin
srinivassam17-Apr-08 0:53
srinivassam17-Apr-08 0:53 
ALTER procedure [dbo].[sp_BankInsert]
(
@bankid varchar(100),
@bankname varchar(100),
@address1 varchar(100),
@address2 varchar(100),
@city varchar(50),
@state varchar(100),
@country varchar(50),
@telephone1 varchar(20),
@telephone2 varchar(20),
@fax varchar(20),
@email varchar(50),
@contactperson varchar(100),
@cphone varchar(20)
)
begin
insert into tblBankMaster(bankid,bankname,address1,address2,city,state,
country,telephone1,telephone2,fax,email,contactperson,cphone)values('@bankid',
'@bankname','@address1','@address2','@city','@state','@country','@telephone1',
'@telephone2','@fax','@email','@contactperson','@cphone');
end

smar

GeneralRe: line 18 is getting error near ''this codes(mysql) Pin
R. Giskard Reventlov17-Apr-08 1:16
R. Giskard Reventlov17-Apr-08 1:16 
GeneralCopy from one table into another Pin
.NET- India 17-Apr-08 0:52
.NET- India 17-Apr-08 0:52 
GeneralRe: Copy from one table into another Pin
pmarfleet17-Apr-08 1:57
pmarfleet17-Apr-08 1:57 
GeneralRe: Copy from one table into another Pin
SimulationofSai17-Apr-08 3:04
SimulationofSai17-Apr-08 3:04 
Generalmysql provider problem Pin
srinivassam17-Apr-08 0:28
srinivassam17-Apr-08 0:28 
GeneralERROR:40 Pin
A-MEN16-Apr-08 22:02
A-MEN16-Apr-08 22:02 
GeneralRe: ERROR:40 Pin
R. Giskard Reventlov16-Apr-08 23:36
R. Giskard Reventlov16-Apr-08 23:36 
GeneralConvert date formate 4th april 2008 to default date formate Pin
subbu.sk16-Apr-08 21:47
subbu.sk16-Apr-08 21:47 
GeneralRe: Convert date formate 4th april 2008 to default date formate Pin
pmarfleet16-Apr-08 22:18
pmarfleet16-Apr-08 22:18 
GeneralRe: Convert date formate 4th april 2008 to default date formate Pin
subbu.sk16-Apr-08 22:37
subbu.sk16-Apr-08 22:37 
GeneralRe: Convert date formate 4th april 2008 to default date formate Pin
subbu.sk16-Apr-08 22:37
subbu.sk16-Apr-08 22:37 
GeneralRe: Convert date formate 4th april 2008 to default date formate Pin
subbu.sk16-Apr-08 22:37
subbu.sk16-Apr-08 22:37 
GeneralRe: Convert date formate 4th april 2008 to default date formate Pin
Paddy Boyd16-Apr-08 23:23
Paddy Boyd16-Apr-08 23:23 
GeneralView verses Table-Values Function Pin
Werries16-Apr-08 19:53
Werries16-Apr-08 19:53 
GeneralRe: View verses Table-Values Function Pin
Ashfield16-Apr-08 21:03
Ashfield16-Apr-08 21:03 
GeneralGetting Top 5 from table of same category Pin
honeyss16-Apr-08 19:23
honeyss16-Apr-08 19:23 
GeneralRe: Getting Top 5 from table of same category Pin
ChandraRam16-Apr-08 20:08
ChandraRam16-Apr-08 20: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.