473,322 Members | 1,431 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

stored procedur

what is stored procedure?
what is the use of stored procedure?
syntax's for stored procedure?
how it will use in vb 6.0?
for add,modify,delete the records in vb6.0 how stored procedure used?
Jan 28 '08 #1
2 829
debasisdas
8,127 Expert 4TB
Your table is too much theoretical and is beyond the scope of this discussion. Please follow some good book for the same or you can easily find all that by investing some time in web searching.

Also try to refer to the How to sections of Visual Basic for some sample tutorials.
Jan 28 '08 #2
vinram
3
what is stored procedure?
what is the use of stored procedure?
syntax's for stored procedure?
how it will use in vb 6.0?
for add,modify,delete the records in vb6.0 how stored procedure used?

example for a stored procedure

create procedure sample
name varchar(50)
as
begin
{
select * from employee where name=@name
}
end

this procedure will fetch you the record when u pass the detail(name) u need as parameter.
Jan 28 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Konrad Karall | last post by:
Hi everybody! I have to evaluate MySQL 5.0 for a new DB-project. Does anyone has a idea how to get a Rowset from a stored procedure on a MySQL-server 5.0 I have tried CREATE PROCEDURE...
3
by: dinesh prasad | last post by:
I'm trying to use a servlet to process a form, then send that data to an SQL server stored procedure. I'm using the WebLogic 8 App. server. I am able to retrieve database information, so I know my...
0
by: diska | last post by:
Hi. I have some problem with stored procedure SQL using Stored Procedure Builder 7.1 issue with IBM BD2. When i call a stored procedure in command line or when i try to use it in a COBOL...
6
by: harborboy76 | last post by:
Hi, I am trying to insert a large number of rows into a table inside a SPL. But every time, I run the SPL, the table is locked because of the INSERT. When I tried to issue a COMMIT, right after...
5
by: Rhino | last post by:
This question relates to DB2 Version 6 on OS/390. Can a (COBOL) stored procedure on this platform do file I/O, i.e. write to a sequential file? I am trying to debug a stored procedure. As far...
5
by: Tim Marshall | last post by:
I was following the thread "Re: Access Treeview - Is it Safe Yet?" with interest and on reading the post describing Lauren Quantrell's SmartTree, I've run into something I don't understand: Stored...
2
by: Dino L. | last post by:
How can I run stored procedure (MSSQL) ?
2
by: jed | last post by:
I have created this example in sqlexpress ALTER PROCEDURE . @annualtax FLOAT AS BEGIN SELECT begin1,end1,deductedamount,pecentageextra FROM tax
2
by: shravyas | last post by:
i wrote this stored procedur in sql server 2000, and i used this procedure vb6. i got error . error is:Run_time error '-247217904)80040e10)': procedure 'spInsert_CSQRelation ' expect parameter...
0
by: mirandacascade | last post by:
Questions toward the bottom of the post. Situation is this: 1) Access 97 2) SQL Server 2000 3) The Access app: a) sets up pass-thru query b) .SQL property of querydef is a string, the...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.