Click here to Skip to main content
15,885,146 members

Comments by PrissySC (Top 41 by date)

PrissySC 3-Apr-14 16:46pm View    
Database access and merchant cart. Not sure why it is a problem, but it is. I just wanted to stop multiple log-ins on multiple tabs/IE open windows to stop this. The "don't do that" is not working - as you can imagine. I think it boils down to the one workstation and the session is corrupted by the multiple log-ins. I really need more time to narrow down the "why" of it.
PrissySC 30-Mar-14 7:40am View    
Google Internet Programming VB and Mail - BTW Wiley writes entire books on this. :)
PrissySC 30-Mar-14 7:34am View    
Where is your connection?

http://www.w3schools.com/php/php_mysql_select.asp
PrissySC 30-Mar-14 7:05am View    
Remember that it is illegal to access a server or webpage to extract and display data on web pages without permission so make sure that you have the permissions. I have heard stories of others doing the same thing with stock quotes (very common along with news). The worst, you will be prosectued. The best, your app/ticker will not function and you will get nasty messages.

You need to research how to do internet programming, specifically sockets so that you can download and receive data.
PrissySC 30-Mar-14 6:58am View    
I believe that this is an assembly. You will need to lookup how to use in VS and ensure that you use the correct .Net for your build. If not, multitargeting is not great, but you can search this as well as how to use an adapter with the assembly.