Thanks DonQuichote,
I'm using a Mac, but the database is running on the Client's ISP, I will check to see which OS it is using.
The different MySql account is a good idea.
~Deeba
Hello,
I'm just getting back into mySql for a client project, and have a question.
I'm using MySql 5.0, with the phpMyAdmin front end.
I would like to schedule a simple delete to run every few days on my database. I assume I have to put the Delete into a stored procedure, but were to save...
Hi,
I would like to know if it's possible to reverse the order of the numbers in an ordered list, say it starts at 30 and goes down to 1.
I would like to do this without coding the value for every <LI> tag, as they could change in the future.
Wondering if this could be done with CSS or even...
Hi, I need to know how to attach a file to an email. For example the web page will say "click here to send this page to a friend". Can anyone set me on the right track?
Thanks,
~Deeba
Here is one way it can be done using javascript:
function openNewXSL(blah)
{
var newWindow=window.open('','','toolbars=no, height=175, width=550')
var objXml = new ActiveXObject("Microsoft.XMLDOM")
objXml.async = false
objXml.load("XMLoutput.xml")
var theNode=...
Often there is a limit to the characters returned in a column. Try using QA and going into tools - options - results(tab) and changing the "Maximum characters per column" to a larger number. The max is 8192 characters.
If this doesn't make a difference post your query, or error...
Hi,
This is straight out of SQL BOL:
SELECT @local_variable
Specifies that the given local variable (created using DECLARE @local_variable) should be set to the specified expression.
SELECT @local_variable is usually used to return a single value into the variable. It can return multiple...
Hi,
One idea to try out in Query Analysier is to change your result settings. Tools -> Options -> Results and change the maximumn characters per column to a larger number than the preset which is 256. The largest it could be is 8192 i believe.
Hope that gives you a lead
~Deeba~
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.