iOS и MS SQL Server в Delphi

lokof

New member
Joined
Dec 14, 2016
Messages
4
Reaction score
0
Она работает на Delphi

Ребята, подскажите, или возможна такая связка?
Если да, то где почитать...
Есть рабочий MSSQL Server, необходимо реализовать мобильное приложения. Ориентировочно будут закупаться iPad.

Я рекомендую следующее: https://github.com/danieleteti/delphimvcframework.

привет
 

Nat16

New member
Joined
Aug 2, 2011
Messages
3
Reaction score
0
"Hey guys, been working on a Delphi project with SQL Server and I'm using the TDBGrid component to connect to my database. No issues so far, but I'm using a pretty straightforward schema. Has anyone had any weird issues with Delphi and SQL Server?"
 

levushka

Member
Joined
Nov 11, 2007
Messages
5
Reaction score
0
I'm not too familiar with Delphi, but I do know it's been around for ages. Does anyone know if there's a decent wrapper for MS SQL Server that works seamlessly with iOS apps built with Delphi? I'm more of a web dev myself, but love learning about the intersection of old-school tech and new platforms.
 

IgorKid

New member
Joined
Apr 25, 2006
Messages
4
Reaction score
0
Not sure I fully get the context, but for others, you can connect to MS SQL Server from Delphi using TSQLConnection. I've had success with it in the past, and there are plenty of examples online.
 
Top