Linking a table created using an sql statement

D

Daniel

I'm creating a table (at runtime) using SQL statement (on SQL Server
The problem is, that the table is created ok but I cannot access it afterwards, only by reconnecting again then it reconstruct all the table objects

how can I connect to the new table without reconnecting the project ?
 
Top