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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20115722.html
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 ...
http://www.experts-exchange.com/Database/Oracle/Q_20164565.html
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...
http://www.experts-exchange.com/Database/MySQL/Q_20326947.html
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"...
http://www.experts-exchange.com/Database/Oracle/Q_20629309.html
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...
http://www.experts-exchange.com/Web_Development/Software/Macromedia_Dreamweaver/Q_20872358...
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...
http://www.experts-exchange.com/Database/Oracle/Q_20927011.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21142058.html
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, ...
http://www.experts-exchange.com/Database/Oracle/Q_21166789.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_21188528.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21319675.htm...
Zones:
ASPDate Answered: 02/17/2005 Grade: B Views: 0