cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter and MS SQL Server with special table and column names

Former Member
0 Kudos

Hi Freaks,

i have trouble with the jdbc adapter and a ms sql database.

How can i define a pi datatype for the folllowing sql (ms sql) statement:

select "Search Name" from "dbo"."client 1$vendor"

where "country code" = 'DE'

Please notice the spaces in the column and table names!

Thanks and regards

Sebastian

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Instead of "Search Name", try "[Search Name]" or "['Search Name']"

Regards,

Prateek

VijayKonam
Active Contributor
0 Kudos

If it is sender side, copy the executing query from SQL Query manager in to sender adapter.

If on receiver side, use the SQL XML format for specifying the query.

VJ