* Mike Brando
> > -Original Message-
> > From: Chris [mailto:[EMAIL PROTECTED]
> >
> > I'm not familiar with that function in MS SQL, and you're a bit
> unclear, but
> > it looks like you might be able to use temporary
> > tables.
>
> Looks like he's asking if MySQL supports namespaces. Is
hi,
> -Original Message-
> From: William R. Mussatto [mailto:[EMAIL PROTECTED]
> Sent: 30 October 2003 01:14
> To: [EMAIL PROTECTED]
> Subject: RE: Multiuser Programming
>
>
> Chris said:
> > I'm not familiar with that function in MS SQL, and you'
aces. Is there anyway to
simulate namespaces in mysql?
>
>
> -Original Message-
> From: William IT [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 29, 2003 5:01 PM
> To: [EMAIL PROTECTED]
> Subject: Multiuser Programming
>
>
> I am doing transfer from
, October 29, 2003 5:01 PM
> To: [EMAIL PROTECTED]
> Subject: Multiuser Programming
>
>
> I am doing transfer from MS SQL.
> In MS SQL while I connect as "USER1" my table will be create as
> User1.TableName. This will avoid conlict with other user.
>
> Now, how do
can have a temporary table that won't
conflict with others). Temporary tables are dropped as soon as the connection is
dropped.
Chris
-Original Message-
From: William IT [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 5:01 PM
To: [EMAIL PROTECTED]
Subject: Multiuser Programmi
I am doing transfer from MS SQL.
In MS SQL while I connect as "USER1" my table will be create as User1.TableName.
This will avoid conlict with other user.
Now, how do I do that in Mysql? Or, maybe there is such system in Mysql. Is there any
Mysql reference talk about this matter?