I made a Client-Server Application with VB 6.0 and SQL Server. I've build a rdoResultset and bound the fields to text fields on a form. One field is a date field(smalldatetime) on the SQL Server it...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10082779.html
Zones:
VB DBDate Answered: 09/24/1998 Rating: 7.0 Views: 0
In my data base I have a second address field which I seldom use. I allow for it in my reports, but would like to close up the fields on the address label, for example so as not to have an interced...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10139234.html
Zones:
MS AccessDate Answered: 03/17/2002 Rating: 9.4 Views: 0
Dear Experts,
In xBase dialects:
Null_date = CTOD(' / / ')
or
Null_Date = {}
Please tell me how to do it with D4 ?
Thanks you very much from pc
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10151813.html
compiling under unix i get "identifier NULL is undefined detected before instantiation of ...". i've had this error before, i just forgot how to get rid of it
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10221268.html
Zones:
C++Date Answered: 01/11/2000 Rating: 7.0 Views: 0
I want to use a parameter query on a table. The query will specify three parameters. Two of which will always be present while the third may sometimes be null. When this third parameter is null I w...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10296994.html
Zones:
MS AccessDate Answered: 03/07/2000 Rating: 7.6 Views: 0
What code do I need to add to have a msgbox appear if there is no such control no in the underlying table
(When a control no [struserinput] is entered that doesn't exist - the form opens to the fi...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10325964.html
Zones:
MS AccessDate Answered: 04/11/2000 Rating: 8.8 Views: 0
Hi All,
I have a report which is trying to display address information on a report. The dB has four fields - Address 1, Address 2, Address 3, Post Code of which only Address 1 and Post Code are ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_11642418.html
var d;
d = document.FrontPage_Form1.frmdepyr.value;
in Internet Explorer "d" gives correct value but
Netscape it gives "null"
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20121400.html
Zones:
JavaScriptDate Answered: 05/21/2001 Rating: 8.8 Views: 0
Hi Experts,
I use D5 and MS-SQL Server 7 on Win NT 4 SP 5.
I'm using TQueries in my application to insert and update the data in my SQL-Server DB.
I one table, I have a field of datatype 'D...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20121426.html
DECLARE
lv_line VARCHAR2(255);
li_status INTEGER;
la_chararr DBMS_OUTPUT.CHARARR;
li_count INTEGER := 1;
BEGIN
DBMS_OUTPUT.PUT_LINE('This is a line.');
DBMS_OUTPUT...
http://www.experts-exchange.com/Database/Oracle/Q_20152045.html
Zones:
OracleDate Answered: 07/17/2001 Rating: 8.2 Views: 0