Are you using ODBC?

If you are connecting to a database via ODBC in a Xojo project, which database server are you using?

1 Like

or
MS SQL

1 Like

I use as database Server MS SQL because the customer has MS SQL

1 Like

Sybase: SQL Anywhere 16

@Geoff_Perlman - I have a customer who has a truly massive FileMaker solution but I handle larger reporting tasks and some specialized Excel generation via a Xojo web app.

While I’m considering trying out the FileMaker Data API, for now I’m using ODBC to connect.

I’m using Christian’s plugins for my ODBC connection, though, so I might not be the user you’re looking for…

2 Likes

MS Access, Excel file, and FirebirdSQL (Which I’d love to see a native driver of this free and powerful database <3 )

1 Like

Even though the answer might be a bit late: I am using SAP MAXDB and some SqlServer Stuff via ODBC

I am using PostgreSql.

Always using XOJO Cloud.

Using ODBC, I access VFP tables.

I’m using the MS SQL plugin. I believe, unfortunately, that his is no longer supported in favor of ODBC.

DBKit should work with it as it just uses a Database object ultimately.