MSDTrinity
MSDTrinity
About
- Username
- MSDTrinity
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Gordk, This is the actual query that does NOT work: SELECT CS.CylinderID, CS.SalesOrderNumber, CS.ShipIncident, CS.Pressure FROM CylinderShipments CS WHERE CS.ShipIncident = :AShipIncident AND CS.ShipIncidentLine = :AShipIncidentLine …
-
Kaju74/MrSpock, I think the exception error that is coming up is in the following case: Using the ADOQuery object: SELECT ID, GUID, Name FROM XYZ WHERE GUID = :GUID The Parameter gets created as type GUID because the column in the server…