Hi - Im trying to use a PRG called ReadURL which I found at http://fox.wikis.com/wc.dll?Wiki~ReadUrl~VFP
Im using the one at the bottom which can do passwords and post data, unfortunately I cannot get it actually send any post data. Am I doing something wrong? I am calling the function using...
Thanks, yeah it seemed like everyone had their own interpretation of n-tier design so I kind of tried to make my own interpretation of everyone elses.
Thanks for the links!
Hi,
I am currently trying to create a simple n-tier application so I can learn the basics of n-tier design and was wondering if someone could look at what I have so far to see if I cam on the right track for an n-tier application to work correctly. I am trying to have a presentation layer, a...
Hi, I am wondering how easy you rekon it would be to set up an application which allows a user to switch between say an SQL Server database and a MySQL database so if the user wants to use MySQL instead of SQL Server they can easily set this up.
I have tried doing it all programmatically but...
Hi, Is there a way to use a dsn to access sql server using vb.net? I think I know how to do it with a driver and the other bits of information but I want to just use the dsn without having to reference the driver name.
Thanks
Hi, i am trying to connect to a mysql database with oledb. I have installed myodbc3 and am using vb.net with visual studio 2005. When I try and connect using the following connection string:
"Provider=MySQLProv;location=localhost;Data Source=eurospec;User ID=" & Username & ";Password=" &...
Hi, I have been trying to find out whether the 10 user connection limit on xp and vista will affect how many users can connect to a sql server database. The database user will always be the same (at the moment I am using the sa user). I have tried to test it but I don't really understand the...
Hi, is it possible to setup different stationary for each account in outlook 2007? I think I can get it to do a different signature but im not sure if it does stationary.
Thanks
Hi, I have a datagrid with a load of data in it and I want to know what is in the say order_number column of a selected row. I know I can do this through DataGrid1.Item(row_no, col_no) but I dont want to have to use the number as the grids will be changeable for each user.
Is there a way to do...
Thanks, That was just what I needed. It gave me a shove in the right direction so I found a website which had a code snippet which gave me another shove to some code alterations and although slightly bruised it now works how I wanted it to!
Hi, Im am just really learning vb.net using visual studio 2003 and I am trying to get some data from SQL Server Express 2005 into my datagrid.
I currently have this:
Public Sub GridMyDataOle(ByVal myConnString As String)
Dim mySelectQuery As String = "SELECT TOP 10 h_order_no FROM...
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.