|
Sometimes, users may have questions in regards to using FastQuery,
installation issues, or other general requests.
We have chosen a select number of them, which we believe will help answer any
questions you may have about FastQuery.
Q: Why do i need to install the .NET Framework 1.1?
A: Our software is built using Visual Studio.NET, which
relies on the .NET framework as a stable environment for creating robust
applications.
Q: Which versions of SQL Server does FastQuery
support?
A: FastQuery currently runs on SQL Server versions 7
and 2000. Version 6.5 is not supported.
Q: What are the benefits of using the FastQuery?
A: You can create standard template-style procudures with
custom headers, name prefixes, error and transaction handling and views,
all without writing a single line of SQL code.
Q: Does FastQuery support creation of stored
procedures that pass parameters?
A: Yes, within the Stored Procedure Wizard, you can select
the fields to be displayed, and also select the fields you want to filter by.
These are automatically created, along with the appropriate datatype
definitions and lengths.
Q: Which source code languages are generated, for
executing stored procedures?
A: FastQuery generates connection source code
for Visual Basic 6 (VB6), Active Server Pages (ASP), Visual Basic.NET (VB.NET)
and C#.NET. This is cut-and-paste source code you can put directly into your
windows/web applications to execute the specific stored procedure.
Q: What if i want to create a stored procedure that needs
a complex SQL statement from multiple tables?
A: When you create a SELECT or CURSOR procedure, you will
be prompted to use the Advanced Query Builder. With this option, you can
visually build your complex SQL statements with minimal effort, and run the
query to preview the results.
Q: I need a customized version of FastQuery with
some features enabled/disabled for corporate users. Is this possible?
A: Yes, contact our Support Team and we will create the
customized software solution to fit your needs.
|