unable to insert long value in table which has a field of type long and has string data of 100-150 lines (about 6kb) of value.sql gives me trouble in insertion saying string literal too long when t...
http://www.experts-exchange.com/Database/Oracle/Q_10529901.html
Zones:
OracleDate Answered: 08/10/2000 Grade: C Views: 0
Hello!
Okay...I need get the supplier name from the SQL table, there is no textbox that has the input of supplier name. The supplier name needs to match with the inputs in the app that equal supp...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21069044.html
Why does the following procedure fail.
I need to dynamically create a directory if it is not present.
CREATE OR REPLACE procedure test_dir
is
dyn_sql varchar2(2000);
begin
dyn_sql := 'creat...
http://www.experts-exchange.com/Database/Oracle/Q_21284087.html
Zones:
OracleDate Answered: 01/22/2005 Grade: B Views: 5
Hello,
I have a program which has to parse and process DSN status codes. The codes are returned in a X.X.X fashion.
I have gotten the code to pull this string but to translate it into an integer ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21365470.html
Zones:
JavaDate Answered: 03/26/2005 Grade: A Views: 0
Hi all!!
My question is of design.why not to put string literals constants in a fuction in java language..\
for example
func1()
{
.....='s1';
.....='s2';
.....='s1';
.....='s2';
.......
http://www.experts-exchange.com/Programming/Languages/Java/Q_21403978.html
Zones:
JavaDate Answered: 04/27/2005 Grade: A Views: 0
after a user clicks a button on my page, I want it to open a new browser window. I am trying to use a literal control to do it, but it isn't working. It does add the code to the page when you view ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21812971.html
I am trying to develop some code I have had working in the past, but this code only allowed a images that are specified in the code to be displayed. To solve this I decided i would use a literal a...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23006493.html
Hi,
I have the following error (again but different page:
"unterminated string literal" when I load the following page:
http://www.bremenbraves.com/lessonpl/puzzle/struct.htm
The page to see th...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10020408.html
Zones:
JavaScriptDate Answered: 08/17/1997 Grade: A Views: 0
I am trying to assign a variable a literal double quote followed by the value of a textbox followed by another literal double quote.
Something like:
strStarting = "' & txtBegin.Text & '"
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20577140.html
Zones:
Visual BasicDate Answered: 04/07/2003 Grade: A Views: 0
This is elementary I'm sure, but I am a novice vb guy.
Given the following:
N1=5
S1="N1"
Is there any type of VB function to convert the string literal S1 to the value of the variable N1?...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20606323.html
Zones:
Visual BasicDate Answered: 05/05/2003 Grade: A Views: 0