Click here to Skip to main content
16,012,821 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Server Internal Commands Pin
Werries19-May-07 19:40
Werries19-May-07 19:40 
Questiondatabase connection through proxy server Pin
sridhar vattam18-May-07 2:33
sridhar vattam18-May-07 2:33 
AnswerRe: database connection through proxy server Pin
dhbaer18-May-07 7:14
dhbaer18-May-07 7:14 
QuestionDataGridView databound DataTable wont update? [modified] Pin
MrRhino18-May-07 1:43
MrRhino18-May-07 1:43 
AnswerRe: DataGridView databound DataTable wont update? Pin
MrRhino20-May-07 0:35
MrRhino20-May-07 0:35 
QuestionNull Reference Exception in Grid View? Pin
chand1017-May-07 23:54
chand1017-May-07 23:54 
AnswerRe: Null Reference Exception in Grid View? Pin
kubben18-May-07 2:27
kubben18-May-07 2:27 
QuestionThis Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd17-May-07 23:46
professionalVimalsoft(Pty) Ltd17-May-07 23:46 
The Following Procedure is Supposed to create a new Record in the Table, but what it does it alter the First record in the table and change the values i have supplied in the current record. am taking those values from VB6 form.


Create Procedure prcInserting @Num_key varchar(10),@Extension int,@Cell_ID int,
@Actual_Extent float,@Lis_key varchar(50), @Func_key varchar(8)

with recompile
as
insert into Property(Num_key,Extension,Cell_ID,Actual_Extent,Lis_key,Func_key,Active,Add_date,Add_User_ID,Spatial_ADD_Date,Rateable,Non_Discreet_Valid)
values (@Num_key,@Extension,@Cell_ID,@Actual_Extent,@Lis_key, @Func_key,0,getdate(),1,getdate(),0,0)

Please Help


Vuyiswa

AnswerRe: This Procedure Does not Add a new record in the Table Help Pin
Pete O'Hanlon17-May-07 23:54
mvePete O'Hanlon17-May-07 23:54 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd18-May-07 0:32
professionalVimalsoft(Pty) Ltd18-May-07 0:32 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Pete O'Hanlon18-May-07 1:13
mvePete O'Hanlon18-May-07 1:13 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd18-May-07 1:28
professionalVimalsoft(Pty) Ltd18-May-07 1:28 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Pete O'Hanlon18-May-07 2:02
mvePete O'Hanlon18-May-07 2:02 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd18-May-07 3:05
professionalVimalsoft(Pty) Ltd18-May-07 3:05 
QuestionWindows Authentication in SQL Server 2005 Pin
ragavan17-May-07 23:16
ragavan17-May-07 23:16 
AnswerRe: Windows Authentication in SQL Server 2005 Pin
Mike Dimmick18-May-07 4:28
Mike Dimmick18-May-07 4:28 
QuestionImport and Export Pin
.NET- India 17-May-07 22:34
.NET- India 17-May-07 22:34 
AnswerRe: Import and Export Pin
gauthee17-May-07 23:39
gauthee17-May-07 23:39 
QuestionSQL Analysis Pin
samerh17-May-07 20:54
samerh17-May-07 20:54 
AnswerRe: SQL Analysis Pin
Pete O'Hanlon17-May-07 23:59
mvePete O'Hanlon17-May-07 23:59 
QuestionConvert Access Database to SQL Database Pin
Werries17-May-07 20:35
Werries17-May-07 20:35 
QuestionSmart Host Pin
Rahul Babu17-May-07 20:27
Rahul Babu17-May-07 20:27 
Questionhow can i access a transaction object after con close Pin
koolprasad200317-May-07 19:57
professionalkoolprasad200317-May-07 19:57 
AnswerRe: how can i access a transaction object after con close Pin
gauthee17-May-07 20:09
gauthee17-May-07 20:09 
QuestionWant to know DBMS i am using from Connection. Pin
SanketMistry17-May-07 19:55
SanketMistry17-May-07 19:55 

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.