Forum: ASP 24 Days Ago |
| Replies: 16 Views: 1,109 |
Forum: ASP 25 Days Ago |
| Replies: 8 Views: 693 |
Forum: ASP 25 Days Ago |
| Replies: 16 Views: 1,109 Re: creating order/order detail insert forms ok start again....
I have an order table and an order detail table (called HireOrderEnquiry and HireOrderEnquiryLine).
I want to insert the ID that is automatically generated when details are... |
Forum: ASP 25 Days Ago |
| Replies: 0 Views: 337 help needed ASAP! please!.. what do i do next??? Hi,
I had a problem a while ago when i was developing my web based database application. I was developing locally but the database was saved on a different server. I got a NT AUTHORITY/ ANONYMOUS... |
Forum: ASP 26 Days Ago |
| Replies: 8 Views: 693 |
Forum: ASP 26 Days Ago |
| Replies: 8 Views: 693 |
Forum: ASP 26 Days Ago |
| Replies: 16 Views: 1,109 Re: creating order/order detail insert forms I tried using a stored procedure to insert and retieve the ID. here is what i have:-
stored procedure:-
CREATE PROCEDURE spInsertRetrieveID
-- Add the parameters for the stored procedure... |
Forum: ASP 26 Days Ago |
| Replies: 16 Views: 1,109 Re: creating order/order detail insert forms Hi!
I cant seem to get it to work. I am a newbi to this sort of thing so im not sure exactly where to put this code or how to edit it (if at all) for my page.
Can someone please help me and tell me... |
Forum: ASP 27 Days Ago |
| Replies: 16 Views: 1,109 |
Forum: ASP Jun 11th, 2008 |
| Replies: 16 Views: 1,109 Re: creating order/order detail insert forms if i did use the method you suggested it would not solve the ID problem which was the original problem. I need to add the ID of the order that has just been entered into the orderline table as a... |
Forum: ASP Jun 11th, 2008 |
| Replies: 16 Views: 1,109 |
Forum: ASP Jun 11th, 2008 |
| Replies: 8 Views: 693 |
Forum: ASP Jun 4th, 2008 |
| Replies: 16 Views: 1,109 |
Forum: ASP Jun 4th, 2008 |
| Replies: 16 Views: 1,109 creating order/order detail insert forms Hi guys!
I have an order table and an order detail table in a database. I am trying to create insert forms using ASP for these so the user can insert new order details. I created an order details... |
Forum: ASP Jun 2nd, 2008 |
| Replies: 8 Views: 693 |
Forum: ASP Jun 2nd, 2008 |
| Replies: 1 Views: 882 |
Forum: ASP Jun 2nd, 2008 |
| Replies: 1 Views: 882 |
Forum: MS SQL May 27th, 2008 |
| Replies: 9 Views: 1,531 Re: alter table stored procedure...???... Sorry for making you pull your hair out! :$
You've been a great help!
What i have now is:-
CREATE PROCEDURE sp_addcolumn
-- Add the parameters for the stored procedure here
@TABLE_NAME... |
Forum: MS SQL May 27th, 2008 |
| Replies: 9 Views: 1,531 Re: alter table stored procedure...???... what i have now is:-
CREATE PROCEDURE sp_addcolumn
-- Add the parameters for the stored procedure here
@TABLE_NAME VARCHAR(50) = 0,
@columnname VARCHAR(50) = 0,
@datatype VARCHAR (50) =... |
Forum: MS SQL May 23rd, 2008 |
| Replies: 9 Views: 1,531 Re: alter table stored procedure...???... I keep getting the same error. I tried taking the datatype part out and putting an actual datatype in the code but i got this:-
"Microsoft OLE DB Provider for ODBC Drivers... |
Forum: MS SQL May 23rd, 2008 |
| Replies: 9 Views: 1,531 Re: alter table stored procedure...???... Thanks for your quick reply!
I now have this:-
CREATE PROCEDURE sp_addcolumn
-- Add the parameters for the stored procedure here
@TABLE_NAME varchar(50) = 0,
@columnname varchar(50) =... |
Forum: MS SQL May 23rd, 2008 |
| Replies: 9 Views: 1,531 alter table stored procedure...???... Hi,
I am trying to create a stored procedure to add a new column into a database from an ASP web application.
The SQL Code for this is:-
ALTER TABLE tablename
ADD COLUMN columnname... |
Forum: ASP May 14th, 2008 |
| Replies: 0 Views: 326 |
Forum: MS SQL May 14th, 2008 |
| Replies: 1 Views: 258 using joining 'line' tables Hi guys,
I am a student on placement and I have created a database for a company. This database contains customer details, enquiries, orders and product details. I used joining 'line' tables to... |
Forum: ASP May 9th, 2008 |
| Replies: 8 Views: 673 |
Forum: ASP May 9th, 2008 |
| Replies: 8 Views: 673 |
Forum: ASP May 9th, 2008 |
| Replies: 8 Views: 673 |
Forum: ASP May 8th, 2008 |
| Replies: 8 Views: 673 |
Forum: ASP May 6th, 2008 |
| Replies: 1 Views: 418 asp and SQL Server Hi guys,
I was wondering if someone could help me please.
How do i query the database using ASP and Dreamweaver to return the field names of a table?
Thanks!
Any ideas greatly appreciated.
GLT |
Forum: ASP Apr 30th, 2008 |
| Replies: 8 Views: 673 |
Forum: ASP Apr 30th, 2008 |
| Replies: 1 Views: 619 |
Forum: ASP Apr 14th, 2008 |
| Replies: 4 Views: 732 |
Forum: MS SQL Apr 9th, 2008 |
| Replies: 8 Views: 1,018 |
Forum: MS SQL Apr 9th, 2008 |
| Replies: 8 Views: 1,018 |
Forum: MS SQL Apr 8th, 2008 |
| Replies: 8 Views: 1,018 |
Forum: MS SQL Apr 7th, 2008 |
| Replies: 8 Views: 1,018 |
Forum: MS SQL Apr 7th, 2008 |
| Replies: 8 Views: 1,018 |
Forum: ASP Apr 7th, 2008 |
| Replies: 4 Views: 732 |
Forum: ASP Apr 4th, 2008 |
| Replies: 4 Views: 738 |
Forum: ASP Apr 2nd, 2008 |
| Replies: 4 Views: 738 |