Advertisement

1 - 10 of 102 containing alltags:("Insert statement") (0.001 seconds)
This is a little complicated but I hope it can be done. I have a mail merge that has "if" statements in it.  According to different criteria a certain paragraph needs to be inserted into the mai...
Zones: Visual BasicDate Answered: 07/11/2002 Grade: A Views: 0
I have a button that fires on WHEN_BUTTON_PRESSED. It is supposed to run an INSERT SQL statement. When this button is pressed, I end up with two (2) records beign INSERTed each time. But when ...
Zones: OracleDate Answered: 05/29/2002 Grade: A Views: 0
I am trying to insert records into a table, but am unsure how to do an INSERT statement. I have the following SELECT statement working below but it is using AddNew and then Update...I thought the I...
Zones: MySQL ServerDate Answered: 07/25/2002 Grade: A Views: 0
Can someone please describe a way by which I can check if the INSERT statement worked properly or not ? In the SQL+ window, if I give an SQL INSERT command, it tells me status like "1 row inserted"...
Zones: OracleDate Answered: 09/06/2004 Grade: A Views: 13
I am just learning how to do database udpates using asp and I can't for the life of me get it to work.  can somebody please help me...  My database is just an MS Access 2000 database and I am tryin...
Zones: Macromedia DreamweaverDate Answered: 02/03/2004 Grade: A Views: 0
How can i retrieve all the stored datas from DB i want to get back all insert statements for particular table like insert into ............................ so i can create new table and insert...
Zones: OracleDate Answered: 03/30/2004 Grade: A Views: 0
Hi,        I have encountered the following problem . Please give ur sugessions. Database: SQL Server / MSDE My insert statement delays much when I try to insert in a table where records of...
Zones: MS SQL ServerDate Answered: 10/21/2004 Grade: B Views: 0
I have a very strange problem. I have a Pro*c insert statement... EXEC SQL INSERT INTO.... when I compile I get error 1506-056 (S) Break statement cannot be placed outside a while, do, ...
Zones: OracleDate Answered: 10/13/2004 Grade: A Views: 0
I perform the select statement on the table TBRECEIPTS I receive: There are for fields in the TBRECEIPTS RC_PAYMNB Number(10) RC_CASHNB Number(8) RC_DATE Varchar2(19) RC_DATA Varchar2(2...
Zones: OracleDate Answered: 11/02/2004 Grade: A Views: 0
Here is my Code: I keep getting syntax errors. strSQL = "INSERT INTO Accessment(AccessmentID, PhycID)VALUES("& NewID &", "& PhycID &")"; %> <!--#include file="../incl/connect1.inc"--> <% c...
Zones: ASPDate Answered: 02/17/2005 Grade: B Views: 0