Message-ID: From: "KristianIvarsson (@KristianIvarsson)" To: "postgresql-interfaces/psqlodbc" Date: Mon, 23 Sep 2024 17:41:45 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #43: syntax error at or near "ROWS" In-Reply-To: References: List-Id: X-GitHub-Author-Login: KristianIvarsson X-GitHub-Comment-Id: 2368947553 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2024-09-24T09:59:00Z X-GitHub-Issue: 43 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/43#issuecomment-2368947553 Content-Type: text/plain; charset=utf-8 Yeah, but have you tried my code @davecramer ? You’re using prepared statement, but we’re using `SQLExecDirect()` (and maybe some other differences) and we’re getting the error despite addressing a bogus table even, so I think the table design is irrelevant in order to reproduce the error .