kevind
Posts: 251
|
| Posted: 11/20/2004, 11:54 AM |
|
I'm using MS Access database with a table in it linked into CCS authentication settings. Script language is ASP but, I thought this applies to other languages too.
The UserID is by default data type 'integer'. Is it possible to make this long integer, replication ID ?
Can someone confirm this works well or not at all.
Thanks,
Kevin
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
peterr
Posts: 5971
|
| Posted: 11/20/2004, 12:44 PM |
|
I cannot confirm if this works well (haven't personally tested it), however:
1. It should work OK with any data type.
2. If this works at all then it must work well That's because the UserID field is read in only one place (CCLoginUser function in Common.asp), therefore if it doesn't fail once it cannot fail later.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
kevind
Posts: 251
|
| Posted: 11/20/2004, 12:53 PM |
|
Thanks,
I'll try it in a test project first - I'm essentially looking for a more unique ID than 1,2,3 etc. that I can post in as the creation user for records.
Kevin
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
kevind
Posts: 251
|
| Posted: 11/21/2004, 3:25 PM |
|
The replication ID works well as the user id - no problems.
thanks again
kevin
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|