hello ppl
well i my query is ..i want to import a file into a table , i have had a look through the manual and i have seen i can use bcp to import/export data so this is what i have done
my current syntax is like this
[snip]
bcp EZACCESS_DB.dbo.AUTHENTICATION in c:\program files\ASP International\EZ ACCE$$ 3\batches\BATCH_49.txt /c /U <user_name> /P
[/snip]
i get this error:
Msg 170, Level 15, State 1, Server UNDER-DOG, Procedure , Line 1
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near
'.'.
is this a syntax error on the "bcp" syntax or is it an error in the BATCH_49.txt that i am trying to export
all help is highly appreciated...!!