I link to a sql server for the first time. I change my .provider and .connectionstring to ADO And know in one of my forms i get a debug Error; Invalid table Name "tablename" can someone help me with this. Thanks eddied
Yes the table does exsist in the sql database! The first think i did before i link to the table was upsized it to sql. can someone help me with this Thanks Eddied
Have you made sure you're actually hitting the database you think you're hitting? Check that first. Second, check to see if the table is there through the Management Studio or some other tool. Third, check your permissions and run Profiler to see how you're hitting the server.