i am trying to return a qry on a ASP page and am getting the following error
Cannot create a worktable row larger than allowable maximum. Resubmit your query with the ROBUST PLAN hint.
i am not trying to update the field
the field is nvarchar 4000 and there are only 511 charactors?
im hoping someone can help....
instead of trying to get rid of whitespace i need to created them so when i return the results in a Qry if there are only 2 charactors it will force 2 white spaces at the end ?
Can anyone help me create a Yes / No option popup box ?
i currently have ok/Cancel one
if (confirm
("WARNING \nAre you sure this is is correct?") )
{
document.FrmNew.Text1.value= 1
}
else
{
document.FrmNew.Text1.value=""
document.FrmNew.Text1.focus()
}
Can any body help me force printing to landscape. i am currently using function doPrint()
{
window.print();
window.close();
}
but i do not want the user to have to change the settings manually
Can any body help me force printing to landscape. i am currently using function doPrint()
{
window.print();
window.close();
}
but i do not want the user to have to change the settings manually
i need to be able to import the data from excel into a database
i was wondering if i would be bettr first putting the file onto the webserver then running a DTS to import it?
i have managed to get the file onto the server but havnt got any further as yet.
any advice you could offer would be great
Did you manage to get a solution to this ?
i recently had the same problem trying to display stats and ending up doing lots of litte sums to get what i needed but it takes ages to load the web page now
any help would be appriciated
I am trying to make a select box have 2 values from a RecordSet
i have managed to do this but i am having trouble spacing the columns evenly
i have tried to force the length of the first column but can only do this by inserting a chacator not spaces? Can anybody help me put spaces in or point...
I have managed to get that part to work now
The files i want to import sits on on a different server to the web and SQL server
the users do not have access to save their files onto the server though so i need to have a DTS connection to a remote server ???
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.