Does the full dictionary path need to be specified for the DataSource? I have tried开发者_运维技巧 using the database AliasName and it doesn\'t seem to work.Alias are only supported in Delphi and C++B
How do you use sp_getProcedureColumns()? I cannot find any documentation for 开发者_运维技巧it.
Can the AEP Stored procedure functions have additional 开发者_JAVA百科paramenters added? If I understand what you are asking, the answer is yes.You can use the ALTER PROCEDURE statement to add a param
I have just installed 9.10.0.21 and 开发者_JAVA百科the fix for \"Fixed an issue where ARC would show up off the visible desktop if previously opened on a screen that was no longer attached.\" now open
The code below shows that a record is deleted when the sql statement is: select * from test where qty between 50 and 59
Is there any up开发者_如何学Pythondated documentation for the field names and types for the Advantage Database system tables?The Advantage help files are available online as Mark mentioned. The latest
I installed VS 2010 on a Windows 7 64 bit machine.When I try and connect to an advantage database throug开发者_如何学运维h the server explorer using the Advanatage OLEDB driver I get a cannot discover
I have a TClientDataSet connected to a TDataSetProvider, which in turn is connected to a TAdsQuery. I set the SQL command and then open the ClientDataset something like this:
Is it possible to define a current user? I found a stor开发者_运维知识库ed procedure \'sp_mgGetConnectedUsers\'. It returns a result set with the only unique field \'Address\'. How could I associate
How do I identify an item in a hash array if the key of the array is only known within a variable? For example: