Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Changing properties in a table..


Message #1 by "Martin Johansson" <fjallsemester@h...> on Tue, 10 Sep 2002 10:59:33 +0000
Hi, all ASP-freaks! :P

I've got this database which is updated pretty often by visitors, so I cant 
just download the database, make a change, and upload it again. I guess you 
know why.. =) So.. Now I wonder. Its about a Text-field in a table that is 
too short. It is set to max 50 chars. This fields contains info about the 
users browser, and I need to have it longer. How do I write to make this 
become like 100 chars instead? Thanks in advance!

Best regards,
Martin Johansson

_________________________________________________________________
MSN Hotmail är världens populäraste e-posttjänst. Skaffa dig ett eget konto 
du också: http://www.hotmail.com

Message #2 by "Martin Johansson" <fjallsemester@h...> on Wed, 11 Sep 2002 16:41:05 +0000
Guys! Please help me...!
/Martin

>From: "Martin Johansson" <fjallsemester@h...>
>Reply-To: "ASP Databases" <asp_databases@p...>
>To: "ASP Databases" <asp_databases@p...>
>Subject: [asp_databases] Changing properties in a table..
>Date: Tue, 10 Sep 2002 10:59:33 +0000
>
>Hi, all ASP-freaks! :P
>
>I've got this database which is updated pretty often by visitors, so I cant 
>just download the database, make a change, and upload it again. I guess you 
>know why.. =) So.. Now I wonder. Its about a Text-field in a table that is 
>too short. It is set to max 50 chars. This fields contains info about the 
>users browser, and I need to have it longer. How do I write to make this 
>become like 100 chars instead? Thanks in advance!
>
>Best regards,
>Martin Johansson
>
>_________________________________________________________________
>MSN Hotmail är världens populäraste e-posttjänst. Skaffa dig ett eget konto 
>du också: http://www.hotmail.com
>
>
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to 
>unsubscribe send a blank email to 




_________________________________________________________________
MSN Hotmail är världens populäraste e-posttjänst. Skaffa dig ett eget konto 
du också: http://www.hotmail.com

Message #3 by Sam Clohesy <sam@e...> on Wed, 11 Sep 2002 17:46:42 +0100
Hi-

Design view- Long text- then set no of chars in Access - is this what 
you
mean?

Sam Clohesy
Project Manager
Tel: 0208 772 3958
E: samc@e...
W: http://www.etypemedia.co.uk


-----Original Message-----
From: Martin Johansson [mailto:fjallsemester@h...]
Sent: 11 September 2002 17:41
To: ASP Databases
Subject: [asp_databases] Re: Changing properties in a table..


Guys! Please help me...!
/Martin

>From: "Martin Johansson" <fjallsemester@h...>
>Reply-To: "ASP Databases" <asp_databases@p...>
>To: "ASP Databases" <asp_databases@p...>
>Subject: [asp_databases] Changing properties in a table..
>Date: Tue, 10 Sep 2002 10:59:33 +0000
>
>Hi, all ASP-freaks! :P
>
>I've got this database which is updated pretty often by visitors, so I 
cant

>just download the database, make a change, and upload it again. I 
guess you

>know why.. =3D) So.. Now I wonder. Its about a Text-field in a table 
that is
>too short. It is set to max 50 chars. This fields contains info about 
the
>users browser, and I need to have it longer. How do I write to make 
this
>become like 100 chars instead? Thanks in advance!
>
>Best regards,
>Martin Johansson
>
>_________________________________________________________________
>MSN Hotmail =E4r v=E4rldens popul=E4raste e-posttj=E4nst. Skaffa dig 
ett eget konto

>du ocks=E5: http://www.hotmail.com
>
>
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to
>unsubscribe send a blank email to




_________________________________________________________________
MSN Hotmail =E4r v=E4rldens popul=E4raste e-posttj=E4nst. Skaffa dig 
ett eget konto
du ocks=E5: http://www.hotmail.com


Message #4 by "H=?ISO-8859-1?Q?=E5?=kan Frennesson" <hakan@c...> on Wed, 11 Sep 2002 20:12:52 +0200
Hi!

Explore ADOX and its possibilites.

One link that take you further:
http://www.devx.com/upload/free/features/vbpj/1999/06jun99/jm0699/jm0699.as
p


Hakan

---------- Original Message ----------------------------------
From: "Martin Johansson" <fjallsemester@h...>
Reply-To: "ASP Databases" <asp_databases@p...>
Date:  Wed, 11 Sep 2002 16:41:05 +0000

>Guys! Please help me...!
>/Martin
>
>>From: "Martin Johansson" <fjallsemester@h...>
>>Reply-To: "ASP Databases" <asp_databases@p...>
>>To: "ASP Databases" <asp_databases@p...>
>>Subject: [asp_databases] Changing properties in a table..
>>Date: Tue, 10 Sep 2002 10:59:33 +0000
>>
>>Hi, all ASP-freaks! :P
>>
>>I've got this database which is updated pretty often by visitors, so I ca
nt 
>>just download the database, make a change, and upload it again. I guess y
ou 
>>know why.. =3D) So.. Now I wonder. Its about a Text-field in a table that
 is 
>>too short. It is set to max 50 chars. This fields contains info about the
 
>>users browser, and I need to have it longer. How do I write to make this 

>>become like 100 chars instead? Thanks in advance!
>>
>>Best regards,
>>Martin Johansson
>>
>>_________________________________________________________________
>>MSN Hotmail =E4r v=E4rldens popul=E4raste e-posttj=E4nst. Skaffa dig ett 
eget konto 
>>du ocks=E5: http://www.hotmail.com
>>
>>
>>---
>>Change your mail options at http://p2p.wrox.com/manager.asp or to 
>>unsubscribe send a blank email to 
>
>
>
>
>_________________________________________________________________
>MSN Hotmail =E4r v=E4rldens popul=E4raste e-posttj=E4nst. Skaffa dig ett e
get konto 
>du ocks=E5: http://www.hotmail.com
>
>
>to unsubscribe send a blank email to leave-asp_databases-58007B@p...
om.
>

Message #5 by "Martin Johansson" <fjallsemester@h...> on Wed, 11 Sep 2002 19:22:12 +0000
Yep! =) But Håkan here helped me out.. Thanks anyway! Thaaaaaaaaaaaanks! =)

Cheers,
Martin Johansson


>From: Sam Clohesy <sam@e...>
>Reply-To: "ASP Databases" <asp_databases@p...>
>To: "ASP Databases" <asp_databases@p...>
>Subject: [asp_databases] Re: Changing properties in a table..
>Date: Wed, 11 Sep 2002 17:46:42 +0100
>
>Hi-
>
>Design view- Long text- then set no of chars in Access - is this what you
>mean?
>
>Sam Clohesy
>Project Manager
>Tel: 0208 772 3958
>E: samc@e...
>W: http://www.etypemedia.co.uk
>
>
>-----Original Message-----
>From: Martin Johansson [mailto:fjallsemester@h...]
>Sent: 11 September 2002 17:41
>To: ASP Databases
>Subject: [asp_databases] Re: Changing properties in a table..
>
>
>Guys! Please help me...!
>/Martin
>
> >From: "Martin Johansson" <fjallsemester@h...>
> >Reply-To: "ASP Databases" <asp_databases@p...>
> >To: "ASP Databases" <asp_databases@p...>
> >Subject: [asp_databases] Changing properties in a table..
> >Date: Tue, 10 Sep 2002 10:59:33 +0000
> >
> >Hi, all ASP-freaks! :P
> >
> >I've got this database which is updated pretty often by visitors, so I 
>cant
>
> >just download the database, make a change, and upload it again. I guess 
>you
>
> >know why.. =) So.. Now I wonder. Its about a Text-field in a table that 
>is
> >too short. It is set to max 50 chars. This fields contains info about the
> >users browser, and I need to have it longer. How do I write to make this
> >become like 100 chars instead? Thanks in advance!
> >
> >Best regards,
> >Martin Johansson
> >
> >_________________________________________________________________
> >MSN Hotmail är världens populäraste e-posttjänst. Skaffa dig ett eget 
>konto
>
> >du också: http://www.hotmail.com
> >
> >
> >---
> >Change your mail options at http://p2p.wrox.com/manager.asp or to
> >unsubscribe send a blank email to
>
>
>
>
>_________________________________________________________________
>MSN Hotmail är världens populäraste e-posttjänst. Skaffa dig ett eget konto
>du också: http://www.hotmail.com
>
>
>




_________________________________________________________________
Skicka snabbmeddelanden till dina vänner online med MSN Messenger: 
http://messenger.msn.se


  Return to Index