in reply to Re^2: Insert into DB problem
in thread Insert into DB problem
I need those periods there because I am inserting into a differnt database than selecting from.
I don't know about whatever DBMS you're using, but ANSI SQL syntax for qualified table names is Catalog.Schema.Table or Schema.Table or Table. I suspect that what you are calling a database is a Schema and therefore you only want one period. If what you are calling a database is a catalog, then I suspect you need to put the Schema name between the two periods.
|
|---|