Embarcadero Delphi: Xe Architect Mini 15.0.3890.34076-core
iGameGod offers a variety of tools for you to use on your Non-Jailbroken (Jailed) or Jailbroken iPhone/iPad or Apple Silicon Mac!
Interested in learning more? Keep reading below!
iGameGod offers a variety of tools for you to use on your Non-Jailbroken (Jailed) or Jailbroken iPhone/iPad or Apple Silicon Mac!
Interested in learning more? Keep reading below!
Query := TSQLQuery.Create(nil); try Query.SQLConnection := SQLConn; Query.SQL.Text := 'SELECT * FROM Customers WHERE Country = :Country'; Query.Params.ParamByName('Country').AsString := 'USA'; Query.Open;
// Work with data in-memory (CDS feature) ClientData.First; while not ClientData.Eof do begin ShowMessage(ClientData.FieldByName('CustomerName').AsString); ClientData.Next; end; finally ClientData.Free; DataSetProvider.Free; end; finally Query.Free; end; finally SQLConn.Free; end; end; ⚠️ : The version you mentioned is not a legitimate release . CORE was a warez group. Using unlicensed software violates Embarcadero’s EULA. For legitimate use, consider a modern Community Edition (free for qualifying developers) or a licensed version of Delphi 11/12 Alexandria. Embarcadero Delphi XE Architect Mini 15.0.3890.34076-CORE
// Demonstrates dbExpress connection (Architect edition feature) uses DBXDataSnap, DBXCommon, SqlExpr, DB, DBClient, Datasnap.DBClient, SimpleDS; Query := TSQLQuery
DataSetProvider := TDataSetProvider.Create(nil); ClientData := TClientDataSet.Create(nil); try DataSetProvider.DataSet := Query; ClientData.SetProvider(DataSetProvider); ClientData.Open; For legitimate use, consider a modern Community Edition
procedure QueryDatabaseUsingDBX; var SQLConn: TSQLConnection; Query: TSQLQuery; DataSetProvider: TDataSetProvider; ClientData: TClientDataSet; begin // Using dbExpress connection (supports multiple databases) SQLConn := TSQLConnection.Create(nil); try SQLConn.DriverName := 'MSSQL'; // Example: Microsoft SQL Server SQLConn.GetDriverFunc := 'getSQLDriverMSSQL'; SQLConn.LibraryName := 'dbxmss.dll'; SQLConn.VendorLib := 'oledb'; SQLConn.Params.Values['HostName'] := 'localhost'; SQLConn.Params.Values['Database'] := 'TestDB'; SQLConn.Params.Values['User_Name'] := 'user'; SQLConn.Params.Values['Password'] := 'pass'; SQLConn.LoginPrompt := False; SQLConn.Open;
iGameGod will overlay on top of your favorite apps. So there's no need to keep switching back and forth between apps. This approach also makes it easier for us to support Non-Jailbroken environments.
We've been hard at work polishing the user interface and making it easy to use.
We're always listening to feedback on what new features you would like to see added to iGameGod so keep them coming!
iGameGod is constantly being worked on and updated with new features and fixes!
The Jailbreak version of iGameGod comes as a standalone app. On a Non-Jailbroken device, iGameGod Jailed can only work as an overlay. This means you need to sideload the .IPA file to iOS or macOS with iGameGod Jailed injected.
Once you have enabled iGameGod on your app, long press on the iGameGod overlay icon to bring up the additional features.
iGameGod will support iOS 11 and higher. All macOS versions are supported as long as you have an Apple Silicin Mac.
If you would like to learn how to use iGameGod or see various examples of how it's used, check out the iGameGod topics here or find video examples on YouTube.