Hi David,
I think you are right and thanks so much for the tip.
I found this excellent link for installing and registering the myodbc5a.dll file (for ANSI)in the correct folder:
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows-dll.html
I did register it -...
dilettante,
Thanks for your reply, which I always regard highly.
I do not know how to establish whether it is a 32 or 64 bit DSN and what it should be. I am using vb6 with MySQL.
How would I specify the DSN in the connection object if it is not registered under the System DSN? If you could help...
I wish to set a control of which I only have its name stored in a database in a string field 'cboList' like in:
Set MyControl="cboList"
It gives an error because the string "cboList" is not a control object.
Thanks for help
My VB6 program has a link to a document file (like a .txt, .pdf or .jpg) on a label (say lblDoc.caption) on the form which points to a file on his C drive.
I need to open the file for the user using the default program on his computer for that type of document in order for him to display it in...
Thanks jbenson001,
I have framework 4.5 installed
There is not a target entry in my web.config file. Can you please send me an entry, which I presume must come under the section 'compilation'. In fact under compilation there are a lot of entries which says 3.5 - must I change all?
Thanks
PK
I am developing with Visual Studio Express 2012 for Web.
My web hosting company says that my solution/project is compiled in .NET 3.5 and they want it to be .NET 4.0. How can I change that.
Thanks
As I understand your question.
I select from TRANSACTIONS which have fields for journaltranstypes (as in integer to be joiend from that table) selected from a dropdownbox, TaskNo which is adding one specific task to one specific transaction (to be added by selecting one task items from many...
I have this query:
ListQuery(35) = "Select transactions.id, transactions.transdate, journaltranstypes.transtype, transactions.description, transactions.refno, paidforvotes.votename as paidforvotename, amountdt, vatondt, format(vatamountdt,'currency'), paidbyvotes.votename as paidbyvotename...
A table in my Access database has a few fields which are formatted as currency. This field type is only called Currency in Access.
However, when I do a query of this table, the field type returned with DAO is the number 4 (dbLong) and not the number 5 (dbCurrency)
How could that be?
Thanks
Thanks you both for your excellent contributions.
I am presently using the notification area with NotifyIcon API to put an icon in this area when the program is minimised and I prevent the program from showing an icon in the taskbar.
I also change this icon to an icon showing a postal envelope...
I have a Diary program (written by myself in VB6)which we use to send messages to each other at the office. It checks every two minutes whether there is a new message for a user and then warns him/her. I use Access as a database.
The problem is that when the user has not opened the program, he...
I want to have a delete button column in my datagridview as the last column.
If I add the column after I bind it to data, it creates another button column each time I rebind the datagridview and replicates it ad infinitum each time I refresh the list.
If I add the button column when I load the...
Thanks Andy.
Can I ask two questions?
1. There is a vertical blank band on the leftmost side of the datagridview. Why is it there and how can I hide it?
2. If I enter a cell and change it there, which event do I use to update the data?
Paul
I have been using the flexgrid control in VB6 and editing data by placing another control like a text box over the relevant cell, which is quite easy.
Now that I am trying to convert to VB.NET, I find that the flexgrid COM object does not easily fit into the .NET framework.
I do not wish to go...
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.