Advertisement

1 - 10 of 123 containing alltags:("literal") (0 seconds)
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...
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...
Zones: ASP.Net ProgrammingDate Answered: 07/23/2004 Grade: A Views: 0
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...
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 ...
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'; .......
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 ...
Zones: ASP.Net ProgrammingDate Answered: 04/25/2006 Grade: A Views: 0
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...
Zones: ASP.Net Programming, CSS, C#Date Answered: 12/07/2007 Grade: B Views: 106
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...
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 & '" ...
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?...
Zones: Visual BasicDate Answered: 05/05/2003 Grade: A Views: 0