Re: Seeking rudamentary advice Programming Databases by Temmu dbase! me too. long time ago. dr. cod's rules for … Re: what database you choices Programming Software Development by jwenting DBase and Paradox are no longer to be used, heavily outdated, … dBase 5 - Last Century's database software Programming Databases by Douglas Blades I'm still using a dBase 5 routine I wrote years ago (I know, don't … it do a lookup like the Excel vlookup and hlookup? dBase lookup() only returns a result if an exact match is… Problem wit bindingSource and dbase *.dbf files Programming Software Development by piotr_kast … binding source won’t commit any changes in dBase files. I try either Microsoft dBase driver or the newest Visual Fox Pro… driver. I must bind dataSource to the *.dbf data (dbase driver - clipper files). Can you explain to me what I… Re: is mysql better than dbase 4 Programming Databases by oberoc I don't know much about DBase 4. Is that still even on the market? I believe … my requirments. We have done a lot of programming in dbase IV to suit our requirments. Is MySQL as powerful as… dbase when concerned with programming features. We have about 15 pc'… Re: Insert into a Dbase file Programming Software Development by dugjohnson …record position as anything of value...strictly old school (dBase is one of the few database programs that supports …up with a unique key. Number? Set of letters? dBase likes character strings better than integers/numbers, but if you… a new table, etc. etc. Nothing personal, but why dBase? Lots of better choices. Doug [quote=marsheng;375484] If… is mysql better than dbase 4 Programming Databases by phneoix … my requirments. We have done a lot of programming in dbase IV to suit our requirments. Is MySQL as powerful as… dbase when concerned with programming features. We have about 15 pc'… Re: Problem wit bindingSource and dbase *.dbf files Programming Software Development by piotr_kast …: [CODE] OdbcConnection conn = new OdbcConnection(); conn.ConnectionString = @"Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\Faktury\Zbiory"; conn… Re: Problem wit bindingSource and dbase *.dbf files Programming Software Development by piotr_kast … toobindingNavigatorDeleteItem_Click(object sender, EventArgs e) { string connectionString = @"Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=c:\Faktury\Zbiory"; OdbcConnection… Re: Insert into a Dbase file Programming Software Development by Terry Robinson … you are using a TTable or TQuery to handle your dBASE file. In both cases, those classes are descendents of TDataSet… the following concering the Insert and InsertRecord methods: [I]For dBASE, FoxPro, and Access tables, the record is physically appended to… Project idea needed using oracle as back end for the dbase and asp.net in the front.. Programming Software Development by luvusilly hey buddies, plz help me in getting a new project idea for my college project...i wanna do sumthg with oracle at the backend of the dbase and asp.net in the front end...any senoirs or peers or even juniors have any good idea??? plz lemme know !!! Re: Project idea needed using oracle as back end for the dbase and asp.net in the front.. Programming Software Development by jigvesh … wanna do sumthg with oracle at the backend of the dbase and asp.net in the front end...any senoirs or… Insert into a Dbase file Programming Software Development by marsheng Hi I am trying to insert records into a small Dbase file. Whenever I insert it always appends. If I do … Accessing Pictures from DBase Programming Software Development by rustyboy I have a dbase created in MSACCESS, how can i retrieve a (field) record with stored pictures on it to Visual Basic Form Re: Accessing Pictures from DBase Programming Software Development by youquijano if i were you, ill just store the image's name, then when i want to display the picture, i will use <image>.location = app.path + "<file name of picture from the dbase>" Connecting VB .NET with SQL Dbase Programming Software Development by etenge Help me with the code or tutorial on how to connect vb .net with sql. dbase. thank you Multiple dbase files Programming Software Development by marsheng … datasources? The Tablename's are set to the the correct dbase files but they both display the same info. Re: Multiple dbase files Programming Software Development by delphiman … datasources? The Tablename's are set to the the correct dbase files but they both display the same info.[/QUOTE] I… Re: Multiple dbase files Programming Software Development by marsheng … following DbaseIII commands. [B]use[/B] Operations.dbf (Opens a dbase file) [B]Copy to[/B] part1.dbf (Copies the entire… Re: Multiple dbase files Programming Software Development by LizR Delphi 4? ouch. THats seriously old. OK, so, you didnt answer the last part really, or perhaps it wasnt overly clear. You speak of dbase commands like you used to code them - thats oK, Ive been there, but, are you hoping your users can type them, or just to find out how to tell delphi to do something similar? Total Calculations, post to Dbase Table Programming Web Development by toad78 I have three dbase tables: Project: Building a set of tables to record customer … having problem w/ my dbase loading Programming Web Development by ebookstores … just want to know whats this problem all about my dbase connection code is this:[/B] <?php session_start(); // database connection… Incrementing 4 digit number that I can save on Dbase Programming Web Development by sickpuppy18 Hello Hope you guys can help me. I have created a system that stores information using php and my dbase is MS Access.Currently im on the debugging phase since i finished all major development a while ago.Now im stuck because i need an incrementing 4 digit number.Can anyone assist me or give me pointers on how to do it.Thanks Multple Controls to Multiple DBase Rows Programming Software Development by abelingaw I've done programs to save values to a dbase from a certain control, but done one by one. Scenario: * … trouble with creating a database Programming Software Development by rob_xx17 …][2])) { for (j = 0;j<3;j++) { list2[j] = dbase[i+1][j]; } i=6; } else { i++; } } return list2[5… (k != 6) { for (j = 0;j<3;j++) { dbase[k][j] = dbase[k+1][j]; } k++; } i=6; } else { i++; } } } } [/code… Strange Invalid Null Pointer Debug Assertion Programming Software Development by Geowil …sqlite3_stmt *statement; string sqlStr = operation + table; if (sqlite3_prepare_v2(dBase, sqlStr.c_str(), sqlStr.size(), &statement, 0) == SQLITE_OK…: break; } } } } else { cout << sqlite3_errmsg(dBase) << endl; } for (int i = 0; i… Strange issue with for loop Programming Software Development by mloC …}; typedef class record R; DBASE CreateDataBase(); //Database base creation function DBASE init_database(DBASE);//Array initialiser ofstream datafile; string…;; cin.getline(newdb.DB_DESC,MAX_DESC); return newdb; } DBASE init_database(DBASE db) { i = 0; for (i=0;… Re: trouble with creating a database Programming Software Development by Salem Well if you had [ICODE]static char dbase[/ICODE] then it would remember the state you left it … Errors after updated to PHP 5.4.4 Programming Web Development by da(code)da …["CallSign"]."char"; mysql_select_db($dbase, $con); $sql = "SELECT * FROM $dbase"; $result = mysql_query($sql); if ($result) { echo "… Php newsletter error Programming Web Development by Yuki H. …MySQL Connection Variables $hostname='localhost'; $user='user'; $pass='pass'; $dbase='user_newsletter'; $connection = mysql_connect("$hostname" , "$user&… the values) $hostname='localhost'; $user='user'; $pass='pass'; $dbase='user_newsletter'; $connection = mysql_connect("$hostname" , "$user&…