thanks and If I want to use double quote, what should I change in the Update code?
Update Table
Set Field = 'the name is ""Peter"".'
Where Id = 1
that´s right?
I try to Update a field of a table using this statement
UPDATE Table SET field="Forget.......(long text)" WHERE id=1
and I get this error
The identifier that starts with 'Forget your bus excursions. Marta Patiño takes a trip out of this world at La Laguna's Science Museum. In April 2001...
I try to Update a field of a table using this statement
UPDATE Table SET field="Forget.......(long text)" WHERE id=1
and I get this error
The identifier that starts with 'Forget your bus excursions. Marta Patiño takes a trip out of this world at La Laguna's Science Museum. In April 2001...
Hi:
I would like to enter a long text to my SQL Server Tables with text fields using the Enterprise Manager or Query Analyser Tools but I can´t. Is there other tools in order to insert long text in my SQL Server 2000 data base?
Thanks in advance
This is the example I´m using now:
ArrayList arrayList = new ArrayList(countryArray.Keys);
IEnumerator listEnumerator = arrayList.GetEnumerator();
while (listEnumerator.MoveNext())
{
dr = dt.NewRow();
codeInt = getHBDestCode(listEnumerator.Current.ToString());
...........
The funtion...
Yes. I was tying but I get this error:
CS1502: The best overloaded method match for 'ASP.destinations_aspx.getHBDestCode(string)' has some invalid arguments
Thanks in advance
I'm using the example below:
ArrayList arrayList = new ArrayList(countryArray.Keys);
IEnumerator listEnumerator = arrayList.GetEnumerator();
while (listEnumerator.MoveNext())
{
dr = dt.NewRow();
codeInt = getHBDestCode(listEnumerator.Current);
...
The getHBDestCode() function is:
private...
I'm trying to send an html form to an aspx page but everything is Ok only for hours. After hours I get an error.
- Authentication of viewstate failed.
1) If this is a cluster, edit <machineKey> configuration so all servers use the same validationKey and validation algorithm. AutoGenerate...
I would like to know the c# equivalent code of the code below:
set xmlhttp = server.CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.open "POST", servletURL, false
xmlhttp.send "pXML=" & pXML & "&pCall=" & pCall
ReturnedXML = xmlhttp.responseText
set xmlhttp = nothing
response.write ReturnedXML...
Hi:
I´m modifying a project already done and I can´t get the .cs files, just the .dll file. When I try to get the session in the aspx files I need to use this: Proyecto.Internacional.Idioma.idioma, but this sentence is not posible to use in the new .cs files.
I´m trying to use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.