Search results for query: *

  • Users: 123runfast
  • Content: Threads
  • Order by date
  1. 1

    Question Dynamically Insert single record into MS access from SQL server

    Hi ALL, I have two databases(SQlserver and MS Access) with same schemas (same tables). SQL server database has data but Access has no data (blank database). My goal : when user enters a ClientId and click insert button then I need to retrive that single record from all tables in sql server...
  2. 1

    Question Get all tables from database and loop through each table

    Hi , I have sql server 2012 database with 12 tables (excluding look up tables). i am using entity frame work and trying to query. i am able to query a table ClientEntities dc = new ClientEntities(); var query = from client1 in dc.CLIENTTable where client1.CLIENT_ID...
Back
Top Bottom