Search results for query: *

  1. P

    Create query from 2 different SQL sources into datagridview

    OK , I was just looking into linked servers on MSSQL. I don't have the proper credentials to do it via the MySQL side! I believe its the equivalent to federal tables. Pete
  2. P

    Create query from 2 different SQL sources into datagridview

    As with most major companies you end up with multiple applications on different databases, which is my case. I was hoping to be able to port the report application over from Access VBA where I linked the databases. Made it easy to write queries across multiple database types. What I've decided...
  3. P

    Create query from 2 different SQL sources into datagridview

    I need to create a new dataset from 3 tables and 2 SQL sources 1 MSSQL and the other MySQL. file 1 contains 30 fields with the index on a network number say 'NetworkID'. (3000 records) file 2 contains 8 fields with the index also on a Network number say 'NWK_ID'. (1,900,000 records) file 3...
  4. P

    Question click button on window via sendmessage doesn`t work

    I access a web page via code and try to export and download an excel file. But at the usual 'Open Save Cancel' window I can't get the save button to fire! I found a few similar posts here but the solutions found don't work! Here is what I have ! Code: Sub ClosePopup(ByVal WindowHandle As...
Back
Top