Search the web
Sign In
New User? Sign Up
metabase-dev · Metabase Development discussions list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 159 - 188 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
159
Below are the mcrypt functions I wrote for use with metabase. They should be saved to a file called metabase_mcrypt.php and included along with the other...
charles_killian@...
Send Email
Oct 1, 2000
9:20 pm
160
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@egroups....
Send Email
Oct 2, 2000
5:35 am
161
Hello, Finally I have finished the Interbase driver as much as Interbase and PHP API allow. There are a few issues that are documented in Metabase manual for...
Manuel Lemos
mlemos@...
Send Email
Oct 2, 2000
5:49 am
162
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@egroups....
Send Email
Oct 2, 2000
6:12 am
163
Hello Charles, ... This can be done in two phases by dumping the MySQL database schema and contents to a file and then install the database from that file...
Manuel Lemos
mlemos@...
Send Email
Oct 2, 2000
6:38 am
164
Hello Charles, ... Maybe I am missing something here, but why do you think (de)encryption of data needs to be part of Metabase. Can't it just be done by...
Manuel Lemos
mlemos@...
Send Email
Oct 2, 2000
6:38 am
165
Hello Meir, ... The problem is that this only works if you have incremented the sequence in the current session. It is meant to get the last sequence value by...
Manuel Lemos
mlemos@...
Send Email
Oct 2, 2000
6:38 am
166
It's just cleaner to make encryption part of Metabase. Metabase "touches" every piece of data as it comes in and out of the database so why not perform other...
charles_killian@...
Send Email
Oct 2, 2000
8:09 am
167
Manuel, an example of DumpDatabase would be great. I'm not sure what to specify in the Output variable. Charles ... and ... changing ... the first ... you need...
charles_killian@...
Send Email
Oct 2, 2000
8:38 am
168
Here's an updated version of the Mcrypt functions I integrated into Metabase: <? /* //////////////////////////////////////////////////////////////// //////////...
charles_killian@...
Send Email
Oct 3, 2000
1:18 am
169
When I create a database/schema using metabase oci layer all tables are created in the SYSTEM tablespace. Is there anyway to have metabase create the tables in...
charles_killian@...
Send Email
Oct 3, 2000
8:32 pm
170
Yup... SQL> select tablespace_name from dba_tablespaces ; This will give you a list of tablespaces. Pay special attention to a "temporary" tablespace name;...
Brian C. Shensky
bshensky@...
Send Email
Oct 4, 2000
3:25 pm
171
hi, I've got two questions: -is there (and can I see) an example of doing a data-dump from one DB to another? (for example, I have a bunch of data in MySQL,...
Alex Black
enigma@...
Send Email
Oct 4, 2000
7:23 pm
172
Hi all, I'm finally getting around to trying metabase out, as I am developing an application that will need to be able to work with an Oracle and MS SQL db. ...
/vjl/ //
vjl@...
Send Email
Oct 4, 2000
10:17 pm
173
The latest metabase mcrypt functions can be view here: http://www.charleskillian.com/metabase_mcrypt.txt This file has been debugged and is currently working...
charles_killian@...
Send Email
Oct 6, 2000
8:05 pm
174
application: Metabase 2000.10.02 author: Manuel Lemos <mlemos@...> license: freely distributable category: Development/Database urgency: medium homepage:...
Manuel Lemos
mlemos@...
Send Email
Oct 8, 2000
10:39 pm
175
hi all, I've noticed a problem with the way metabase deals with creating a database in oracle. When someone creates a database with oracle, initially there is...
Alex Black
enigma@...
Send Email
Oct 26, 2000
8:10 pm
176
I just had a look in metabase_oci.php I think a fairly simple fix can be put in: -allow the user to define the tablespace in the oracle config array. that...
Alex Black
enigma@...
Send Email
Oct 26, 2000
8:15 pm
177
... if($this->DoQuery("CREATE USER ".$this->user." IDENTIFIED BY ".$this->pasword)) ... if($this->DoQuery("CREATE USER ".$this->user." IDENTIFIED BY ...
Alex Black
enigma@...
Send Email
Oct 26, 2000
8:41 pm
178
Hello Charles, Sorry for the delay, I have just move to great responsability job and I could not find any time to answer to you. ... I hope you don't get me...
Manuel Lemos
mlemos@...
Send Email
Oct 29, 2000
7:07 pm
179
Hello charles_killian, ... Thursday I'll get back to this. Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at:...
Manuel Lemos
mlemos@...
Send Email
Oct 30, 2000
2:34 am
180
Hello charles_killian, ... Not yet. I'll add a setup option for changing the default tablespace soon. Regards, Manuel Lemos Web Programming Components using...
Manuel Lemos
mlemos@...
Send Email
Oct 30, 2000
2:34 am
181
Hello Alex, ... Yes, that's it. Thursday I'll patch metabase_oci.php and release it to the mailing list beta files area. Hang on. Regards, Manuel Lemos Web...
Manuel Lemos
mlemos@...
Send Email
Oct 30, 2000
2:34 am
182
Hello Alex, ... As it is explained in Metabase manual, Oracle does not have the concept of database as in a isolated schema object name space like in other...
Manuel Lemos
mlemos@...
Send Email
Oct 30, 2000
2:34 am
183
Hello /vjl/, ... There is not yet the ability to reverse engineer installed database schemas. It is in the to do list because a lot of people is asking for...
Manuel Lemos
mlemos@...
Send Email
Oct 30, 2000
2:34 am
184
Hello Alex, ... Sure, it is planned to add that ability without having to go through a XML database dump. ... Nobody asked that before. :-) Regards, Manuel...
Manuel Lemos
mlemos@...
Send Email
Oct 30, 2000
3:22 am
185
hi Manuel, I wanted to address this here, because metabase is now vitally important to everything I am doing. I have fully integrated metabase into...
Alex Black
enigma@...
Send Email
Oct 31, 2000
1:45 am
186
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@egroups....
Send Email
Nov 4, 2000
3:25 am
187
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@egroups....
Send Email
Nov 4, 2000
3:27 am
188
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@egroups....
Send Email
Nov 4, 2000
3:37 am
Messages 159 - 188 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help