Forum: MS SQL Jan 13th, 2009 |
| Replies: 1 Views: 895 I'm using SQL Server 2008, the SQL Server Management Studio. I'm trying to import from a flat text file into my mssql database, but it inevitably fails, resulting in the error:
The column "Column... |
Forum: JavaScript / DHTML / AJAX Jul 30th, 2008 |
| Replies: 1 Views: 2,574 Is it possible to assign a value to a variable onclick? I know that I can assign a value to an input field, but I wanted something where I could do this:
var mysample = '';
<input... |
Forum: PHP Oct 13th, 2006 |
| Replies: 4 Views: 3,579 Thanks for the reply.
I think it actually had to do with the SSL certificate of the server I was posting to.
In any case, I was able to figure out the first part... I am now able to retrieve... |
Forum: PHP Oct 12th, 2006 |
| Replies: 4 Views: 3,579 Basically, there is a secured site, which I can log into and then add data via a form once I'm logged in. I can pass the login information in the URL, and I can get it to work if, for example, I... |