Search results for query: *

  1. G

    temporary data storage

    I'm working on the transition from VFP to .net. I'm beginning to see that work is not so difficult in C#.net,vb.net. My question is: Is there a preferred method of storing temporary tables? I have discovered the wizard will not generate update statements unless the foxpro tables have a...
  2. G

    No update statement?

    I'm trying to make the transition from foxpro to .net (2005). I'm using the tableadapter configuration wizard to connect to a foxpro free table (vfpoledb). There is no update statement created though the wizard says it has generated it. My select and insert functions work as expected...
  3. G

    Queries in General

    I have a fair amount of experience with foxpro and php/mysql. I'm trying to make the transition to .net. I'm having "issues" creating the query that I would like. I *assumed* <g> I could use the query builder to "help" create the needed syntax but that has not panned out. Anyhow, the issue...
  4. G

    faster data access

    I'm trying to make the transition from VFP to .net. I'm accessing my current VFP tables using the provider vfpoldedb. Things work but they are excruciatingly slow to launch. I'm displaying my data in a grid, can I retrieve just the data needed for the current page and get more as needed? I...
  5. G

    vfpoledb & intranet

    I've created an application to browse/etc a foxpro table. Works fine from the IDE. I have placed the exe on a network share (which is where the tables are also) but when I try to run it (the exe) I get a dialog titled "Microsoft .NET Framework" which states that the application attempted to...
  6. G

    application shutdown .net 2003

    I'm following a tutorial that was written for .net2005 but I'm using .net2003. I need to change the application shutdown so my app stays up after I close the initial form. The property described in the article does not exist. How would I achieve this in vb.net 2003? thanks in advance...
Back
Top