2

I created a form with Chronoforms5 . Now I'm trying to save data in an external database that runs on MS SQL . I do not know if the action SaveDB saves on MS SQL . I tried to set it so it does not work .

enter image description here

How can I do? With a Custom code ?

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
Loralon
  • 191
  • 2
  • 16

1 Answers1

1

Joomla! doesn't have a database driver called MSSQL, I think that you need sqlsrv to connect to a MS SQL Server. if that doesn't work then it would require a hand-coded connection in a Custom Code action.

FYI: I have seen other reports of problems with the sqlsrv library and there were some reported problems with ChronoForms v5 and some MS SQL queries.

GreyHead
  • 230
  • 3
  • 23