الكلمات الدليلية 'database'

شرح طريقة تنصيب الماى اس كيو ال mysql على الويندوز اكس بى windows xp

Posted by admin on ديسمبر 11 2009 Add Comments

1- اذهب الى ملف setup.exe ثم اتبع الخطوات التالية:

إضغط next

حدد Custom ثم انقر next

اختر Change لتغير مسار البرنامج ان اردت ثم حدد المسار ثم اضغط على next

اكتب مسار تخزين قاعدة البيانات وليكن C:\webserver\mysql ثم اضغط ok

اضغط على Install لبدأ التركيب

اضغط next

اضغط finish للبدأ فى اعدادات قاعدة البيانات MySQL Configuration

اضغط next على الشاشة الاولى

اختار Detailed Configuration [...]

Miranda IM Database Reader

Posted by admin on ديسمبر 10 2009 Add Comments

Miranda IM Database Reader

By : Wudi
This class can be used to parse a settings file of a Miranda IM user.
It can retrieve several types of information including the list of user contacts and the chat history.
Download :
http://www.ziddu.com/download/7322873/mimdbreader-2006-04-08.zip.html

Database Abstraction Layer

Posted by admin on ديسمبر 10 2009 Add Comments

Database Abstraction Layer
by : Cesar D. Rodas
This package implements an abstraction layer to access different SQL database using the same interface.
It supports:
- Connect to a database given a connection string
- Prepared queries
- Caching query results in files
- Binding variables to query result columns
- Fetch whole result sets into an array
Currently it supports MySQL and SQLite.
Download [...]

Ajax autosuggest/autocomplete from database

Posted by admin on ديسمبر 10 2009 Add Comments

Since google introduced the autosuggest or autocomplete search form on their toolbar everyone started looking for this piece of code to put on their websites. It’s not new in the Ajax world but it’s not seen as often as it should if you ask me. Why? It’s hard to find good examples or examples that [...]