Poster | Thread |
weirdami
|  |
cuboingy Posted on 2-Dec-2006 9:04:58
| | [ #1 ] |
|
|
 |
Regular Member  |
Joined: 30-Mar-2003 Posts: 231
From: Unknown | | |
|
| Thing boingy kinda looks like a cube in the thumbnail. |
|
Status: Offline |
|
|
debrun
|  |
Re: Emeral City 3 Posted on 17-Feb-2007 0:03:05
| | [ #2 ] |
|
|
 |
Regular Member  |
Joined: 1-Oct-2006 Posts: 347
From: New York | | |
|
| VERY creative!!!!! Really, you have a talented gift of projecting your imagination into art!
Perchance, did you animate any of it? _________________ If you're going through hell, keep going. -Winston Churchill
|
|
Status: Offline |
|
|
thinkchip
|  |
Re: Emeral City 3 Posted on 18-Apr-2007 4:07:27
| | [ #3 ] |
|
|
 |
Super Member  |
Joined: 26-Mar-2004 Posts: 1185
From: Salt Lake City, Utah, USA | | |
|
| I haven't animated it. Animations are usually disappointing. See the note for Emerald City 1 for more notes. _________________ X5000 / microA1(OS4.1 FE U2) / CodeBench / Imagine / Blender Lightwave 2019 / Microsoft Visual C++
|
|
Status: Offline |
|
|
akela_p501usa
|  |
MsgConnect 1.4 Posted on 18-Jul-2007 19:31:55
| | [ #4 ] |
|
|
 |
New Member |
Joined: 31-May-2007 Posts: 3
From: Unknown | | |
|
|
private Boolean getDBConnection() { try { //Connection Information string connectionString = //Oracle OleDB .Net Data provider "Provider=OraOLEDB.Oracle" +
//username ";User Id=" + ConnectionParams.Username +
//password ";Password=" + ConnectionParams.Password +
//replace with your datasource value (TNSnames) ";Data Source=" + ConnectionParams.Datasource +
MsgConnect is indispensable if your application consists of more than one module. If you need to exchange information between modules, no matter within one system or across network, MsgConnect will solve this problem for you. You can use simple paradigm of sending binary message to the remote side and MsgConnect will deliver the message and reply with optional compression, encryption and integrity checking.
//using OLEDB .Net Data Provider features ";OLEDB.NET=true" ;
//Connection to datasource, using connection parameters given above conn = new OleDbConnection(connectionString);
//Open database connection conn.Open(); return true; } // catch exception when error in connecting to database occurs catch (Exception ex) { //Display error message MessageBox.Show(ex.ToString()); return false; } } DML Operations on DataSet Sample
|
|
Status: Offline |
|
|
AmigaClyde
 |  |
Re: Emeral City 3 Posted on 30-Dec-2007 5:40:56
| | [ #5 ] |
|
|
 |
Elite Member  |
Joined: 8-Mar-2003 Posts: 2007
From: Noranda Canada | | |
|
| Very nice. Looks like a space shuttle launch. The Amiga to conquer the universe. _________________ --------- AmigaClyde
�A1-C 750GX@800 using OS4.1 
|
|
Status: Offline |
|
|