Posts by Carlos • 113 points
4 posts
-
0
votes2
answers315
viewsQ: Insert error with Adocommand
In Delphi XE4, SQL Server 12, connected by ADOConnect. ADOCommand1.commandText being 'insert into tabela (a,b,c) (1,1,1)' It works as expected if a record already exists. But if it is the first…
-
1
votes2
answers1098
viewsA: Unable to load dbxmss.dll in Delphi XE4
I found out. The problem is that I am using the Professional version. It does not support Tssqlconnection with MSSQL. Adoconnection is required for MSSQL.
-
3
votes1
answer794
viewsQ: Dbedit apparently not linked to Tadoquery
I have a ADOConnection, one ADODataSet, DataSource, ADOQuery, one DBGrid and a DBEdit. The DBEdit is with the property DataField = numero. A button with the test: AdoQuery1.close;…
-
3
votes2
answers1098
viewsQ: Unable to load dbxmss.dll in Delphi XE4
When trying to connect, in Delphi XE4, a Tsqlconection with MSSQL, it asks user and password. After ok, appears: Unable to load dbxmss.dll I already searched the computer and there is this dll, nor…