Enter Keywords:
1 - 10 of 3057(0.016 seconds)
Sort By:
 
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...
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...
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      
Zones: Delphi ProgrammingDate Answered: 04/26/1999 Rating: 8.4 Views: 0
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
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...
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...
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 ...
Zones: Crystal Reports SoftwareDate Answered: 11/07/2000 Rating: 6.6 Views: 0
var d; d = document.FrontPage_Form1.frmdepyr.value; in Internet Explorer "d" gives correct value but Netscape it gives "null"
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...
Zones: Delphi ProgrammingDate Answered: 01/19/2003 Rating: 4.0 Views: 0
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...
Zones: OracleDate Answered: 07/17/2001 Rating: 8.2 Views: 0