In a message regarding RE: 2006 databases dated Sat, 28 Jan 2006 21:26:36
-0000, Carlos M said that ...
> There's a database project example that comes with RB - if you don't
> have the "Example Projects" file get it from RS download area and then
> check the "Project.rbp" under "Database Example".
And if you can't get on with that, Norman Palardy has a nice example with
helpful instructions at
http://www.great-white-software.com/
Look for "Revamped sampler for RB 2005(Updated Aug 16, 2005)"
--
Steve Garman
Using REALbasic 2006r1 Professional on Windows XP Pro
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
From Sat 28 Jan 2006 16:47:25 EST
Return-Path: <gettingstarted-bounces at lists dot realsoftware dot com>
Received: from lists.realsoftware.com (209.198.132.125) by realsoftware.com
with ESMTP (Eudora Internet Mail Server 3.1.3);
Sat, 28 Jan 2006 15:47:53 -0600
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 6D35B1096DB3; Sat, 28 Jan 2006 15:47:42 -0600 (CST)
X-Original-To: gettingstarted at lists dot realsoftware dot com
Delivered-To: gettingstarted at lists dot realsoftware dot com
Received: from imo-m22.mail.aol.com (imo-m22.mx.aol.com [64.12.137.3])
by lists.realsoftware.com (Postfix) with ESMTP id 2C19F1096DA5
for <gettingstarted at lists dot realsoftware dot com>;
Sat, 28 Jan 2006 15:47:36 -0600 (CST)
Received: from GAmoore at aol dot com
by imo-m22.mx.aol.com (mail_out_v38_r6.3.) id w.191.4fc3c8d3 (63000)
for <gettingstarted at lists dot realsoftware dot com>;
Sat, 28 Jan 2006 16:47:25 -0500 (EST)
From: GAmoore at aol dot com
Message-ID: <191 dot 4fc3c8d3 dot 310d406d at aol dot com>
Date: Sat, 28 Jan 2006 16:47:25 EST
To: gettingstarted at lists dot realsoftware dot com
MIME-Version: 1.0
X-Mailer: Thunderbird - Mac OS X sub 308
X-Spam-Flag: NO
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.2
Subject: Re: time storage
X-BeenThere: gettingstarted at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Sender: gettingstarted-bounces at lists dot realsoftware dot com
Errors-To: gettingstarted-bounces at lists dot realsoftware dot com
> > ... I can have integer, date, single, and string data and so
> > forth, but there
> > is no 'time' type of data field to put in a class?
>
> REALbasic dates objects always have a date, you cannot just assign
> the time value. However, the actual date really doesn't matter, so
> you can make it anything you want. For example:
>
> Dim d As New Date // sets the date to right now (day and time)
> d.Hour = 11
> d.Minute = 0
> d.Second = 0
>
> MsgBox d.ShortTime // outputs "11:00 AM
>
I want to save a time to a data an array of items, and save it to a database..
There is a time field in the db, and a date data type, but suppose I open the
data base and want to get the times out of it, what kind of place do I put
them?
I would like to do :
Employee.punchinTime <--- database record time field
PS please look at my DB 2006 question. Thats holding me up big time. I don't
mind paying for a web article even if it will solve this problem. I am
checking all the docs but nothing helps. Is there any explanatory release for
RB2006
other than that huge long list of bug fixes?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|