I have a newbie question, that I have been trying to find, but cannot find anything. Not sure if it too simple to find, but here it is...
I have a vb 2005 app, and a database with 1 table in MS SQL 2008. All I want to do is a simple SELECT query on the 1 table.
Can someone give me a quick...
Hi, I'm not sure if it is setup to accept wildcards, I will try to find that out. It resolves the same for both addresses. It doesn't throw an error, it just says "sending files to server..." It should say that for a few seconds and then should say "finished". But it just never finishes when...
Hi, good question. It uses .php to send to the flash file, and then a .php file to receive the output of the flash file. As far as I can tell, I think the problem is in the coding that receives the output, as it works perfectly when not using the www in the address bar. Here is the code that...
I have a website that I have used the following on:
http://www.adylevy.com/index.php/2009/07/22/multiple-files-uploader-with-preview-on-client-side/
Well I had to set the uploads directory to 777 in order for it to work... It works great! HOWEVER, it only works when I don't have the...
I have a bunch of images on my server that I'd like to write a php file that will grab the existing file in a directory, and scale it down to thumbnail size, and place the new file in the same directory under a different name.
So basically make the existing /folder/1.jpg (which is 640x480) into...
So I have a problem with a Session. I have 2 sessions set on separate pages, but both post to index.php. Both work perfectly well on my machine I setup with php & MySQL. However when uploading to my 1&1 webhost, only the ResultsToDisplay will stay in session while I am logged in. The...
I have a vb app which connects to a mysql database using the latest MySQL connector for .net. I just have very simple code which opens and closes the connection. It takes 3 seconds.
Using the same MySQL database, I have a php webpage from the same computer as the .net application, connect in...
Ok, so I found out I need to connect to the database again while logged in. However with Pooling turned off, the connect time takes about 5 seconds to re-connect, and pooling turned on was less than a second. This is just awful, since I have thousands of users that will connect, but the 5...
I've created a simple MySQL database with the MySQL connector connecting in my vb .net 2005 project. Everything works & connects great. However, when using the command "show processlist;" in mysql command prompt, I see the open connection from my vb project, even after a "connection.close"...
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.