Thanks DaveInIowa,
When I tried the code above I had a error on the Propoerty delacration: saying Pulic Property with a 'Read-Only' or 'Write-only' specifier must have Set and Get.
Thanks
Hi,
I recently inherited an sdk written in C# which I managed to translate to vb.net because I'm building a vb.net windows CE app
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
namespace Ekemp
{
public class DecodeEventArgs : EventArgs
{...
So long story short I have a dgv that gets data from a mysql database and I can make changes to the data in the grid and save back to the table, no problem except this: Changes made by the user on the dgv are not done directly (or manually) on the dgv, rather the user clicks plus or minus...
Just some additional information. I have a data source with same parameters connecting to my server and it works great, so I'm sure its not the connection string.
Hi,
I have researched extensively on this subject on a lot of platforms. There is a lot of content out there but none seems to work for me. I'm trying to programmatically link my database (MySQL) to my FE (access 2010) but each time I get the same error "Couldn't find an installable ISAM". I...
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.