Search results for query: *

  1. B

    Using DataConnection across network

    the main question the main question I have is how to connect to an access database over a network. Has anyone ever tried? does it even work? I would imagine it would, but i'm not sure. Thanks
  2. B

    Using DataConnection across network

    vb generated Well that connection string is Visual studio connection string that is generated once i drop the connection onto the form. I didn't write that, that's what visual studio generated.
  3. B

    Using DataConnection across network

    Hey Everyone - Hoping someone has tried this before. I have a database that is sitting in a shared folder with open permissions on my hdd on a network. It is accessible on the network to everyone. the location is similar to \\ComputerName\Click\Test.mdb where computerName is my computer...
  4. B

    MSFlexGrid Error

    Msflexgrid Thanks - i think i solved the issue for right now - i was calling the wrong number for the column. This is an old vb6 project i'm upgrading for someone and the reasoning behind using the flexgrid over the datagrid is because it takes data from a access database and manually...
  5. B

    MSFlexGrid Error

    Msflexgrid Well, There are anywhere from 2 to 100 rows in the grid at a time, and i used the debugging to see what the intRow is returning in vb6 and then in vb.net. In vb6, it starts at 1 and then cycles through all of the rows. In vb.net, it also starts at 1. So, i'm not sure, but i will...
  6. B

    MSFlexGrid Error

    I'm having a problem with a project that i'm converting from VB6 to VB.NET The program is using an MSFlexGrid. When trying to add a row of data, i get this error An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in axinterop.msflexgridlib.dll Exception...
Back
Top