Board index » delphi » how to remove the security check for MS access when call the table

how to remove the security check for MS access when call the table

Hi.

I am using Delphi 4 in MS access, I got problem of calling table of MS
access, the user id & password always coming up each time running the
problem (when call table.open). Anyone know how to remove it in ODBC or BCD

Thanks

sunn...@mbox3.singnet.com.sg

 

Re:how to remove the security check for MS access when call the table


Drop a TDatabase on your form and set the password there (see OLH).

Alfred.

"sunnyhu" <sunn...@mbox3.singnet.com.sg> schreef in bericht
news:8sv0sq$knd$1@dahlia.singnet.com.sg...

Quote
> Hi.

> I am using Delphi 4 in MS access, I got problem of calling table of MS
> access, the user id & password always coming up each time running the
> problem (when call table.open). Anyone know how to remove it in ODBC or
BCD

> Thanks

> sunn...@mbox3.singnet.com.sg

Re:how to remove the security check for MS access when call the table


This only works if you change all TTable/TQuery.DatabaseName's to the one
you entered in TDatabase.DatabaseName.

"Alfred ten Hoeve" <alfred.NoSpam.tenHo...@freeler.nl> schreef in bericht
news:8svnrt$n1$1@Snowflake_Obsidian.lion-access.net...

Quote
> Drop a TDatabase on your form and set the password there (see OLH).

> Alfred.

> "sunnyhu" <sunn...@mbox3.singnet.com.sg> schreef in bericht
> news:8sv0sq$knd$1@dahlia.singnet.com.sg...
> > Hi.

> > I am using Delphi 4 in MS access, I got problem of calling table of MS
> > access, the user id & password always coming up each time running the
> > problem (when call table.open). Anyone know how to remove it in ODBC or
> BCD

> > Thanks

> > sunn...@mbox3.singnet.com.sg

Re:how to remove the security check for MS access when call the table


Sure, You're right. But I thougt he's smart enough to get that.

Alfred.

"M.H. Avegaart" <avegaartNOS...@mccomm.nl> schreef in bericht
news:8t0q9o$qpr$1@porthos.nl.uu.net...

Quote
> This only works if you change all TTable/TQuery.DatabaseName's to the one
> you entered in TDatabase.DatabaseName.

> "Alfred ten Hoeve" <alfred.NoSpam.tenHo...@freeler.nl> schreef in bericht
> news:8svnrt$n1$1@Snowflake_Obsidian.lion-access.net...
> > Drop a TDatabase on your form and set the password there (see OLH).

> > Alfred.

> > "sunnyhu" <sunn...@mbox3.singnet.com.sg> schreef in bericht
> > news:8sv0sq$knd$1@dahlia.singnet.com.sg...
> > > Hi.

> > > I am using Delphi 4 in MS access, I got problem of calling table of MS
> > > access, the user id & password always coming up each time running the
> > > problem (when call table.open). Anyone know how to remove it in ODBC
or
> > BCD

> > > Thanks

> > > sunn...@mbox3.singnet.com.sg

Other Threads