Ask a Question related to Dreamweaver AppDev, Design and Development.
-
stacekz #1
Modifying with odd characters
My primary key can be numbers or text and sometimes has # and + in its value.
When I try to modify values with # or + it will not allow me to pull up that
job to be modify. But if I modify any other value, it works fine. It seems like
if I try to do anything with a value that contains these characters # or +, I
am unable to do it; but it works fine for all other values. What is it am I
missing? Do I have to make a change in my access database ( where the data is
being stored ) to fix the problem? Or is it in the program itself?
Using: ASP VB, MS Access, Macromedia Dreamweaver MX 2004
Thank you in advance.
stacekz Guest
-
Modifying the PDF content on the fly from PHP/GNU C++
Hi, We have an existing PDF file - the brochure template. We would like to go through the database and replace the very small portion of the... -
modifying extensions
I'm using Web Photo Album 2.2 and need to find a way to add an option for the navigational elements. Currently, it allows you to choose sequential... -
how to read japanese characters (multilingual characters) from a text file and save them in Access database ???
HI All i m trying to read a text file, having some japanese characters and saved as UTF-8 encoding. I m using ASP,FSO ... my code is below,... -
Modifying Forms
This doesn't sound too hard, just hide controls for one type and when you select the other hide and make visible the other. ... -
Numeric characters after alphabetic characters sorting varchar2 fields
Hi! Why numeric characters are placed after alphabetic characters sorting varchar2 fields? Example: AAA BBB 111 FFF XXX -
Brandon Taylor #2
Re: Modifying with odd characters
I always make my primary keys unique integers. Keying on text, as you're
finding, can be problematic. I would recommend switching to an integer-based
key and re-tool your DB.
Brandon
"stacekz" <webforumsuser@macromedia.com> wrote in message
news:d1mid7$43r$1@forums.macromedia.com...> My primary key can be numbers or text and sometimes has # and + in its
> value.
> When I try to modify values with # or + it will not allow me to pull up
> that
> job to be modify. But if I modify any other value, it works fine. It seems
> like
> if I try to do anything with a value that contains these characters # or
> +, I
> am unable to do it; but it works fine for all other values. What is it am
> I
> missing? Do I have to make a change in my access database ( where the data
> is
> being stored ) to fix the problem? Or is it in the program itself?
>
> Using: ASP VB, MS Access, Macromedia Dreamweaver MX 2004
>
> Thank you in advance.
>
Brandon Taylor Guest
-
stacekz #3
Re: Modifying with odd characters
You see I started out doing this and the funny thing was when I started
creating my forms I found it easier to use the text values as the primary keys,
but I will go back and assign the autonumbering and make that the primary key.
I was hoping I would not have to do this, because now I have to go through and
modify a lot of the forms. Should have kept it the way I had it. Oh well, I
will know better next time.
Thank you,
Stacey
stacekz Guest



Reply With Quote

