hi,
I'm searching for a SQL (ANSI, SQL-2, SQL-3,...)
syntax documentation, in HTML, PS, .doc .... format.
Anybody knows an adress?
http://www.experts-exchange.com/Database/Miscellaneous/Q_10026513.html
Zones:
DatabasesDate Answered: 10/27/1997 Grade: B Views: 0
netiod?
I followed your answer...
IMPLEMENT_SREIAL( CDrawRect, CDrawObj, 0) ;
but, this error occor!!!
------
C:\Program Files\DevStudio\MyProjects\draw\DrawObj.cpp(458) : error C2059: syntax erro...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10071837.html
Zones:
C++Date Answered: 09/03/1998 Grade: C Views: 0
I want to create a Word 97 template that, when opened, prompts the user with a Visual Basic form ("form1") that contains one text box ("txt1") on it. I also want to create a field in the regular d...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
I'm disappearing up my own fundamental trying to string together a number of different setups on a demo CD. A simple solution would be if I could chain together 2 open statements in autorun.inf - ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10137...
Zones:
Windows 95Date Answered: 03/09/1999 Grade: A Views: 175
I have a perl shopping cart application which generates an order form using a flatfile database. When you go to the check out it allows you to carry forward a shopping cart that is empty.
I would ...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10143032.html
Is there API function for checking syntax correction of string that should represent IP adress in the standard format a.b.c.d?
Apolo.
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10189929.html
What is wrong with this SQL:
SELECT
POINT_CHANGES.EARNED_CHANGE,
POINT_CHANGES.BONUS_CHANGE,
POINT_CHANGES.DATE,
Users.FirstName,
Users.LastName,
LIST.LIST_ITEM,
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10225461.html
I have the following VBA procedure.
private sub printRecord()
Dim db as database
Dim rs as Recordset
Dim StrCriterion As String
Set db = CurrentDb()
Set rs = db.OpenRecordset("tbFac...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10262011.html
Zones:
MS AccessDate Answered: 01/19/2000 Grade: A Views: 0
I have a field "Employee Number". I want to open a form frmTimeSheets with the employee i have selected. I'm doing the following:
Dim strFormName As String
strFormName = "frmTimeSheets"
Dim st...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10292387.html
Zones:
MS AccessDate Answered: 02/10/2000 Grade: A Views: 0
hi.
I want to carry out a simple search (not a Verity full-text search).
I have a table which contains data both about content on my portal and external sites. I have a db table with fields '...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_10435656...