I am creating a search function for my website and after som initial problems it is now working, well almost.It will not return any results if I use norwegian characters like æ, ø and å - also in uppercase Æ, Ø and Å.
I have a database which contain a field with multiple keywords. I have also created a search functionality in ASP and when searching the database I get the output I am looking for.
EXCEPT when doing a search using norwegian characters like æ, ø and å, also uppercase Æ, Ø and Å. The field in the database has these keywords I am searching for.
Does anyone have any ideas on how to get this to work??
I have tried replace(strSearch, "æ", "æ") and a number of other things but nothing works. I am sure there is a way to do this.
is there any command to get first X letters from a variable ? For example if variable is SOMEWORD and i want to get first three letters of this varible the command will return SOM ...
Not sure if this is an ASP or HTML question, but is it possible to force a field within a form to only allow CAPITAL Letters? If so, would anyone be able to provide the generic code. I've checked elsewhere but have been unable to find.
I have a DB containing many records of customers' info. How can I pull these data to the MS Word mail merge letters containing the header (name, address, etc) and contents (description 1, 2, 3,...) page by page per record?
i am using an online html editor to retrieve value from the database. i then make a few letters as bold and few in red colors. i now want to know can i save such words saved in different colors go into the database ms access??? can it be achieved. has anyone faced such issue before?
How can I correct an address if the user forgets a space between the number and street name? For example, "1600Main Street" would be corrected to "1600 Main Street".
Is there a way to go step by step from the left and enter a space if I hit a letter or stop if I hit a space?
what i want to do is to put 2 fields in my table , username and password
what iwant to do is to create a page that ask you to unter your username only ,and when u click submit the other page will add new record for the username u enter and will input a randomly alpha(letters and numbers) to yr password field , so how can do this random thing throw the asp"!?!
Static.htm Contains a form with two text boxes, called text_1 and text_2 and some other info that is irrelevant for my question.
Dynamic.asp Need some code to check that the text boxes only contain values greater than 0 and only numbers. Thus if any of the textboxes for example contain -3 or the letter m I want to cancel the form submission and display some kind of error message.