مركز تحميل البرامج



    برامج » تطوير البرامج » برامج لغة دلفي منتديات - العاب فلاش - دليل مواقع

 
Search By Letter :  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

AidAim SQLMemTable

  تحميل البرنامج

لتحميل اللعبة :
  رابط التحميل
روابط اضافية :
  - رابط تحميل 1
  - رابط تحميل 2
ملاحظات :
هذا البرنامج تحديث لنسخة سابقة , تتضمن التحديثات تعديلات أساسية على البرنامج .
هذه النسخة من البرنامج مجانية تماما ليس عليك شراء نسخة منها او البحث عن كراك او سيريال نمبر لها و لكن قد تكون هناك قيود على هذه النسحة .
الجديد في البرنامج :
SQLMemTable: History of changes =============================== - version 3.04 (12/23/2005) New features added: 1. Importing ftOraBLOB and ftOraClob field types - many thanks to Douglas Stites. Bugs fixed: 1. Bug with joins on string fields was fixed. 2. Bugs in searching on memo and wide memo fields were fixed. 3. Bug with TSQLTimeStamp and TClientDataset was fixed. 4. Bugs in joins on multiple fields were fixed. - version 3.03 (08/05/2005) Bugs fixed: 1. Some minor bugs with Union, Except, Intersect SQL operators were fixed. 2. Bug with ToString function and formats with milliseconds ('zzz','zz') was fixed. 3. Bug with closing tables in some cases was fixed. 4. Bug with DY format in TODATE and TOSTRING was fixed. SQL Reference updated - DY returns 3 symobols. 5. Bug in UNION sql statement was fixed. 6. Minor bug with foreign key types mismatch was fixed. - version 3.02 (07/16/2005) New features added: 1. Milliseconds ('ZZZ','Z') are now supported TO_DATE and TO_STRING SQL functions. 2. ClientDataset compatibility was improved. 3. Method AddForeignKey was added to TACRTable. ALTER TABLE ADD FOREIGN KEY was optimized. Bugs fixed: 1. Bug with case insensitive string comparison was fixed. 2. Problems with opening tables at design-time were solved. 3. Bug with conversion of some data types was fixed. 4. Bug with table renaming was fixed. ALTER TABLE ADD FOREIGN KEY now works fine. 5. Bug with executing DELETE SQL statement on memory table was fixed. 6. Problem with loosing foreign keys in RepairTable, RestructureTable, RepairDatabase, CompactDatabase is solved now. 7. Problems in RestructureTable, CreateTable, RenameTable when multiple foreign keys referencing same table exists were solved. 8. Bug with updating memo fields using UPDATE SQL statement was fixed. 9. Bug with DROP INDEX in ExportTableTOSQL and ExportDatabaseToSQL was fixed. 10. Minor bug with filter setting was fixed. - version 3.01 (03/16/2005) Bugs fixed: 1. Bug in searching and filtering on date, time and datetime fields was fixed. 2. Problem with foreign key checking was solved. - version 3.00 (12/28/2004) New features added: 1. Referential Integrity support (SQL'99 compliance) was added. 2. ForeignKeyDefs, RestructureForeignKeyDefs properties were added to TSQLMemTableTable. 3. FOREIGN KEY support was added to SQL CREATE TABLE and ALTER TABLE statements. 4. DROP CONSTRAINT support was added to SQL statement ALTER TABLE. 5. CASCADE option was added to SQL statement DELETE TABLE. 6. Cascade parameter was added to DeleteTable method TACRTable. 7. Referential Integrity demo was added. 8. DeleteConstraint method was added to TACRTable. 9. Performance of insert, update and delete operations was improved. Bugs fixed: 1. Some bugs with SELECT from single table were fixed. - version 2.60 (12/10/2004) New features added: 1. SQL performance was essentially increased on most types of queries. 2. ORDER BY clause now supports column numbers. 3. ImportTable speed from some databases was increased. 4. Parameters are now supported in sub-queries. 5. FindIndex method was added to TSQLMemTable component. Bugs fixed: 1. Bug with closing queries at design time in some cases was fixed. 2. Some bugs in SQL engine were fixed. 3. Problem with exporting float values in ExportToSQL was solved. 4. Bug with loading in-memory table was fixed. - version 2.50 (09/29/2004) New features added: 1. Export to SQL was implemented. ExportTableToSQL method was added to TSQLMemTable component. New demo ExportToSQL was added. 2. TOBLOB SQL function was added. 3. SQL, filter and navigation performance was essentially increased. Bugs fixed: 1. Bug in Refresh was fixed. 2. Bug with filters on empty wide strings was fixed. 3. Bug with refreshing DBGrid after insert was fixed. 4. Bug with deleting records from the table using SQL DELETE statement was fixed. 5. Bug with updating empty blob field in the table was fixed. 6. Bug with inserting record after deleting record was fixed. 7. Some bugs with field names in SQL engine were fixed. - version 2.40 (08/12/2004) New features added: 1. SQL, filters and navigation performance was essentially increased. 2. Aggregate functions COUNT, SUM and AVG now can be used with DISTINCT option. 3. Compatibility with third party DB-aware controls was improved. 4. All memory tables now can be saved to file or to stream by single call. Methods SaveAllTablesToStream, LoadAllTablesFromStream, SaveAllTablesToFile, LoadAllTablesFromFile were added to TACRTable component. Bugs fixed: 1. Some bugs with SQL field naming were fixed. 2. Problem with temporary indexes uniquness was solved. 3. Bug in AddIndex on closed table was fixed. 4. Bugs with filters on date, time or datetime fields were fixed. 5. Bug in CAST to string type implementation was fixed. 6. Bug in SELECT DISTINCT implementation was fixed. - version 2.30 (06/29/2004) New features added: 1. SQL queries and filters now supports memo fields. MemoSearch demo was added. 2. SQL DDL performance was improved. 3. MemoryTableAllocBy property was added to TACRTable component. Bugs fixed: 1. Bugs in ALTER TABLe and CREATE TABLe implementation were fixed. 2. Left, right and full outer joins now works corectly. 3. Bug in CREATE INDEX on memory table was fixed. - version 2.20 (06/03/2004) New features added: 1. IF NOT EXISTS option was added to CREATE INDEX SQL statement. 2. IF EXISTS option was added to DROP INDEX SQL statement. 3. NOCASE option was added to ORDER BY clause of SELECT SQL statement. 4. INDEX option was added to ORDER BY clause of SELECT SQL statement. 5. SQL performance was essentially increased. 6. Filters were optimized. 7. CSVImport demo was added. Bugs fixed: 1. Now update records with indexes and filters works correctly. 2. Bug in TSQLMemQuery.SetParamsFromCursor was fixed. 3. Some porblems with compatibility with third-party treeviews and grids were solved. - version 2.10 (03/31/2004) New features added: 1. New component TSQLMemBatchMove (TBatchMove analog) was added. 2. New method BatchMove was added to TSQLMemTable component. 3. New demo BatchMove was added. 4. TSQLMemTable component now automaticaly sets a default table name. 5. Now in-memory table can be created at runtime by setting Active to True. 6. Filters performance was increased due to better choise of filtering algorithm. Bugs fixed: 1. LargeInt fields now can be accessed via SQL and in Master/Detail tables. 2. SQL function POS now returns 0 if one of its arguments is NULL. 3. Bug with deleting record on filtered and indexed in-memory table was fixed. 4. Bug with setting IndexName property of TSQLMemTable to empty string was fixed. 5. OnFilterRecord now have True as a default value for Accept parameter. 6. Problems with record positioning after refreshing filtered dataset were solved. - version 2.00 (02/09/2004) New features added: 1. The speed of loading tables from file was essentially increased. 2. Uncorrelated subqueries is now supported. See scripts in Utils\Bin\SQLConsole\SQL\SubQuery folder for examples. Also read SELECT Statement topic in Developer's Guide to learn more about it. 3. SQL operator IN now can be used with subquery. 4. SQL operator EXISTS was added. Bugs fixed: 1. Bug in SetRecNo method of TACRDataset was fixed. Now RecNo is set correctly when some DB controls are connected to the table. - version 1.32 (01/14/2004) New features added: 1. Performance on insert and Edit operations was increased. 2. MultiThread demo for Delphi is added. Bugs fixed: 1. Bug with invalid memo and blob fields settings in SELECT statement was fixed. 2. Bug with closing queries with ORDER BY statement was fixed. 3. Bug with invalid record position after Insert and Edit on filtered dataset was fixed. 4. Bug with invalid TACRQuery.RowsAffected value after executing UPDATE statement with WHERE cluase on one of the fields specified in SET clause was fixed. 5. Problem with unique temporary index names was solved. 6. Problem with storing current record position in TSQLMemDataset.BookmarkValid method was solved. 7. Bug with parameters implementation in TSQLMemQuery was fixed. 8. Bug in filters and SELECT statements with multiple AND operators was fixed. - version 1.31 (12/11/2003) New features added: 1. OnProgress event was added to TSQLMemTable component. Now methods RestructureTable, ImportTable and ExportTable shows their progress. 2. SQL scripts parsing and executing was optimized, memory usage was essentially decreased. Bugs fixed: 1. Bug in queries with WHERE clause and specified field list was fixed. - version 1.30 (11/12/2003) New features added: 1. IProvider interface support was implemented. Now you can access TACRTable and TACRQuery components via TClientDataset. 2. Save/Load methods now saves AutoInc field descriptions, file format have been changed. Bugs fixed: 1. Bug with restructuring table with AutoInc fields after LoadTable was fixed. - version 1.20 (10/23/2003) Bugs fixed: 1. Bug with importing tables from ADO and BDE was fixed. - version 1.12 (10/21/2003) Bugs fixed: 1. Bug with saving / loading table after delete with active index operation was fixed. - version 1.11 (10/20/2003) Bugs fixed: 1. Bugs with cancelling edit or insert operations with BLOB fields were fixed. - version 1.10 (10/08/2003) New features added: 1. TSQLMemTable.SetLastAutoincValue method was added 2. LoadTableFromFile, LoadTableFromStream, SaveTableToFile, SaveTableToStream methods of TSQLMemTable were essentially optimized in speed and compression rate. New format is incompatible with previous versions. Bugs fixed: 1. Bugs with locate on empty table was fixed. - version 1.09 (10/02/2003) Bugs fixed: 1. Bugs with edit and delete operations were fixed. - version 1.08 (09/30/2003) Bugs fixed: 1. Bug with delete in detail table with Master-Detail relationship was fixed. - version 1.07 (09/29/2003) Bugs fixed: 1. Bug with search operations being performed on empty table was fixed. - version 1.06 (09/20/2003) Bugs fixed: 1. Another bug with scrolling in DBGrid was fixed. - version 1.05 (09/09/2003) Bugs fixed: 1. Bug with scrolling in DBGrid was fixed. - version 1.04 (08/22/2003) Bugs fixed: 1. ExportTable without log parameter now works properly. 2. SQL CAST with blank string problem was fixed. 3. Last autoinc value is now saved correctly when a table is saved. 4. Primary key creation on two or more fields in SQL bug was fixed. - version 1.03 (08/20/2003) Bugs fixed: 1. 'SELECT NULL from tabel1' now works correctly. 2. SQLMemTable.LoadFromFile problem was solved. 3. AV after application closing in C++ Builder is fixed. 4. Bugs with SQL date functions were fixed. 5. IS NULL, IS NOT NULL filters are supported correctly. 6. Bug with ImportTable on existing table was fixed. 7. Aggregate functions now work OK on empty tables. 8. DBMemo control now displays field value if it was inserted directly from code. - version 1.02 (07/24/2003) New features added: 1. Navigation operations were optimized. - version 1.01 (07/24/2003) New features added: 1. Insert and Search operations were optimized 2. Memory manager speed was essentally increased Bugs fixed: 1. RecNo, RecordCount now works correctly with invisible records 2. Some bugs in index system (edit operations) were fixed 3. Some bugs in Load and Save methods were fixed that leads to incompatibility with previous version files - version 1.00 (07/15/2003)  
متطلبات البرنامج :
Delphi 4, 5, 6, 7, 2005, 2006 / C++Builder 4, 5, 6, 2006  
قيود البرنامج :
For personal use only. You must buy a commercial version for company or commercial use.
No Cracks الرجاء الانتباه أن ادارة الموقع غير مسؤولة عن محتويات و أمان هذا البرنامج و البيانات المتعلقة به
ننصحك بفحص هذا البرنامج باحدى برامج مكافحة الفيروسات قبل تشغيله .
جميع الشركات المطورة للبرامج تتيح لك تجربة البرنامج لمدة 15 يوم على الأقل
 فلا تبحث عن سريال او كراك بل  فكر بشراءه  عند التأكد من أنك بحاجة لهذا البرنامج .

شارك في النصح حول هذا البرنامج | بلغ عن رابط لا يعمل



 برامج شبيهة
  Active Query Builder Delphi VCL Edition
   Active Query Builder is a Delphi and C++ Builder visual query building component to make complex SQL queries with unions and sub-queries easily. Its user-friendly interface and unique query research capabilities provide optimized results and is sure to increase the number of potential users of your product. Active Query Builder is a true two-way query builder; a perfect choice for both SQL beginners and experienced query writers.
  AidAim CryptoPressStream
   CryptoPressStream is a streaming compression and encryption library. It provides transparent access to data stored in stream objects which are 100% compatible with TStream and have advanced functionality like progress event, Load/Save, and Lock/Unlock multi-thread methods. CryptoPressStream includes TCPSManager thread-safe component that provides an easiest setting of compression and encryption parameters, and contains a list of opened streams.
  DynamicSkinForm
   DynamicSkinForm VCL library help you to create applications with skins. Skins support for forms, menus, hints, many standard and non-standard original controls. Skins with many objects, effects help you to create standard and non-standard cool applications (like WinAmp). Also you can create your skins with special editor.
  HierCube OLAP library for VCL
   HierCube Library is a set of VCL components designed to create fast, handy, and powerful OLAP-applications in different IDE. The library has its own OLAP-engine made using MOLAP-principle, which provides your applications with incredible OLAP-functionality. The high performance of HCL is provided by unique calculation algorithm and this allows you to get OLAP reports really feast and easy. Don't waste time, take advantage of the prof. OLAP tool.
  NativeExcel suite
   NativeExcel suite v2.x is a high-performance solution for Delphi Developers that allows writing of new Excel spreadsheets and reading of existing ones. - High performance; - Convenient object model; - Support for all Excel formatting options; - Microsoft Office is not required; - Pure Delphi source code; - Complete documentation with numerous examples; - Export to Excel, HTML, RTF
  THttpScan
   With THTTPSCAN you access to web sites as a collection of links to files and data, instead of as graphics and text. It analyzes recursively HTML pages and reports all the links it finds to a text file. THttpScan navigates through HTML pages in the neighborhood of the initial URL. The links appearing several times are treated only once. THTTPSCAN saves you having to tangle with the HTML parsing. Full source code optional.
  VisionLab VCL
   Delphi/C++ Builder VCL components library for basic computer vision. The components allow rapid development of fully featured motion detection applications for the security industry with almost zero lines of program code, It includes Canny edge detection, Adaptive Threshold, Hough Lines, and Contour Finder components. VisionLab also includes video capturing components, so no additional components are needed. Free for non-commercial use.
  2D DXF Export VCL
   DXF Exporter allows programmers to create DXF files as easy as possible. All you need is to draw image using Windows GDI functions onto DXF Exporter’s DC or make a metafile and give it to the Exporter. DXF Exporter reads Windows Metafile structure and makes DXF file automatically. Hatches supported. Demo available.

  • احدث البرامج  
  • برامج لينوكس  
  • برامج ويندوز مجانية  
  • اشهر البرامج
  • اعلانات مبوبة
  • ترجمة مواقع
  • مركز تحميل البرامج

• برامج اعمال  
• كتب  
• تحميل العاب  
• برامج صوت و صورة  
• برامج الانترنت  
• تطوير البرامج  
• برامج سطح المكتب  
• برامج كمبيوتر  
• برامج الجوال  
• برامج رسم و تصميم  
• برامج عربيه  
• خطوط  
• برامج الاتصالات  
• برامج تعليمية  
• برامج المنزل و الهوايات  
• برامج الخصوصيه و الامن  
• ادارة السيرفرات ( الخادمات )  
• برامج تطوير المواقع  


• Ares  
• Kaspersky Antivirus  
• Yahoo Messenger 8.1 ياهو احدث ماسنجر  
• المصحف الرقمي  
• Free YouTube Download  
• Macromedia Flash Player مشغل فلاش ماكروميديا  
•  Goofy Gokarts  
• MSN Spy Monitor 2008  
• برنامج ويندوز ميديا بلير 10 عربي  
•  الوافي الذهبي Al-Wafi 2  
• jetAudio 7.0.3  
• macromedia flash player 9.0  
• كونتر سترايك 1.6  
• RealPlayer 8 Plus  
• 18 Wheels of Steel Convoy 1.0  
• Vista تحويل ويندوز  
• Warcraft 3  
• mozilla Fire Fox 2  
• برنامج الماسنجر 7.5 النسخة الانجليزية  
• Matrix Screensaver - Animated Matrix Code  
• Crazy talk  
• Windows Media Player 11  
• Aplus 3GP Converter  
• Winamp Full 5.35  
• daemon tools 4.0.6  
• Total Recorder Professional Edition V4.2  
• مايكرو DVD بلير 1.2  
• ESET NOD32 Antivirus v3.0  
• bearshare 5.1.0  
• Aimersoft Video to Audio Converter 3  
• realtek ac97 audio codecs 3.86  
• نوكيا ملتميديا بلير  
• برنامج للفظ الكلمات  
• المصطلحات في اللغة الانكليزية  
• LimeWire 4.14  
• برنامج لضغط الملفات لتقليل حجمها او فتح الملفات المضغوطه  
• star downloader free 1.45  
• Aimersoft RM Video Converter 3  
• Internet Download Manager 5.11  
• WinXMedia AVI/MPEG iPod Converter 3  
• Aimersoft iPhone Video Converter 3  
• Pretty Good Solitaire  
• بديل فرونت بيج - ويب اكسبرشن  
• Adobe Reader 8.1.0 Final  
• ImageConverter Plus  
• Coollector موسوعة الافلام ويكيبيديا للأفلام  
• DVD Audio Ripper Plus 3  
• 3.71 وين رار - وينرار  
• AM-DeadLink  

  • عروض تصميم
  • لديك غرض مستعمل للبيع ؟
 • منتديات
 • ديوان المواقع العربية
 • مواقع عربية
 • محول الصوتيات
 • يوتيوب
 
 • شركات
 • منتجات
 • وكلاء
 • فرص عمل
 • استيراد و تصدير
 • كتب
 

 
 
AidAim SQLMemTable
- SPTechs غير مسؤولة عن محتويات و أمان هذا البرنامج  .
 


video   ares  partition magic  bearshare  movies  Nero  bearflix  winamp  paltalk   cam2cam 
YouTube Download  |  Yahoo Messenger  |  Counter Strike  |   LimeWire | Vista   Repair XP
Login | New User | Free 2007 Download | Arab companies | Flash Games  
Page Generated in 0.0781 ms