Copy One Table to Another Table
| You can copy the data from one table to another table quite easily. Of course bo...
Searching For Multiple Items In One Field
| Searching For Multiple Items In One Field
-----------------------------------...
Validate a UserID and Password against multiple tables
| <%
UserID = Request.Form(""UserID"")
Password = Request.Form(""Password"")
...
Access Veritabanı bağlantısı
| <%Set conn=server.CreateObject(""adodb.connection"")
conn.Open (""DRIVER={Micro...
Access Veritabanı oluşturma
| Bu fonsiyon ile Localde ya da web zerinde Access Veritaban
oluturabilirsiniz.
...
Gelişmiş arama yapma
| Kodlar yazmadan nce birka eye isim veriyorum.
1.veri tabanmzn ismi ""kayitlar.m...
Şifreli Veritabanına Erişim
| <%
cString = ""Provider=ODBC;DSN=Pubs""
Set bag = Server.CreateObject(""ADODB....
Online veritabanı yaratma
| <%
Function CreateDatabase(ByVal DBPath)
On Error Resume Next
Set oCatalo...
SQL ile ekleme,düzenleme,silme
| Hi All, Here we are going to learn how to add, edit and delete from a database. ...
ADO sabitleri
| ADO+ODBC yoluyla kuracamz veri balantlar, ou zaman adeta ifreli ifadeler ierebil...
Asp Access Benchmark Testi
| <%
Dim Conn,RS,SQL,DSN
DSN = ""DBQ="" & Server.Mappath(""benchmark.mdb"") & ...
Connect to a MySQL database
| In this example we will show you how to connect to a MySQL database . Create a d...
ASP-WAP Database bağlantısı
| The Internet, as we know it, keeps changing and getting better every moment. Now...
Veritabanında bu veri var mı
| Bunu ounlukla yelik sistemlerinde kullanabilirsiniz. Bylece ayn kullanc adna sah...
Veritabanından Excel''e veri aktarma
| <%@ Language=VBScript %>
<%
''sql: ksmna ift trnak iinde direk sql stringi yaz
...