Forum: ColdFusion Jan 29th, 2009 |
| Replies: 0 Views: 683 Hello everybody,
i am trying to import an mysql table to sql server both has the same attribute and with the same datatype.
and here is what i did :
1- i export the mysql table to excel sheet.... |
Forum: ASP.NET Jan 9th, 2009 |
| Replies: 8 Views: 549 just search for an ftp software, the are many of them and the are free
then you access the server through the user-name and password which you already has it. |
Forum: ASP Jan 9th, 2009 |
| Replies: 3 Views: 1,173 What are you trying to do? |
Forum: ColdFusion Jan 5th, 2009 |
| Replies: 1 Views: 811 Hello everybody,
I am looking for a way to filter an Robt spam in coldfuion, i had look to the recaptcha, but it is not clear and it is not easy for customers.
any body have another idea, ....help... |
Forum: Windows NT / 2000 / XP Dec 19th, 2008 |
| Replies: 10 Views: 859 yes you are right and i was mean if it after you do all steps you said then you can go to my solution.
Thanks |
Forum: Windows NT / 2000 / XP Dec 19th, 2008 |
| Replies: 10 Views: 859 I had this problem with many computers and the only solutions is to do recovery from the windows cd or re install the windows from different windows xp copy.
Thanks |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,282 Try this encryption method
http://tutorial113.easycfm.com/ |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,282 what is the data type in the database for credit_card_type,credit_card_number, isn't varchar, and another thing take off the cfsqltype="(Varchar)" from the cfqueryparam.
and if you want to solve... |
Forum: ColdFusion Dec 18th, 2008 |
| Replies: 23 Views: 3,282 look my friend i had the same problem and i solved using this kind of encryption
<cfparam name="Request.PasswordKey" default="keyyyyyyyyyyyyyy">
<cfset Encrypted = Encrypt(form.number, ... |
Forum: ColdFusion Dec 15th, 2008 |
| Replies: 6 Views: 1,347 Thank you so much,
the thing was with encryption and the description system, there was a password after you encrypted will not decrypt again, so i just reset it and every thing fine
thanks again |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 6 Views: 1,347 it show only in the error area
50 |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 6 Views: 1,347 nothing else it just this message and when i checked the db i found around 2500 records transfer from the 7000.
Thank you |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 3 Views: 1,183 thanks that solved the problem |
Forum: ColdFusion Dec 12th, 2008 |
| Replies: 6 Views: 1,347 Hello every body,
i have a table has username and encrypted password, and i want to write it in different table and i want to decrypt the password filed
and i am using this code
I am selection... |
Forum: ColdFusion Dec 3rd, 2008 |
| Replies: 3 Views: 1,183 i will try what u told me
Thank you, |
Forum: ColdFusion Dec 3rd, 2008 |
| Replies: 3 Views: 1,183 Im trying to get the ip address for our company customer and save it in the DB just for statical thing. |
Forum: ColdFusion Dec 2nd, 2008 |
| Replies: 3 Views: 4,882 my friend you can do that through your database query
where variable name like "" |
Forum: ColdFusion Dec 1st, 2008 |
| Replies: 4 Views: 919 look my friend, i don't know how is your login table related to your database but i think you can play with session.userid
ether by putting if statement before you output the query or by having the... |
Forum: ColdFusion Dec 1st, 2008 |
| Replies: 4 Views: 919 look for the duplicates just make you query output like this
<cfoutput query="user_completed" group="program_id" maxrow="1"> |
Forum: ColdFusion Dec 1st, 2008 |
| Replies: 2 Views: 808 can you explane more about your problem, so we can help you |
Forum: ColdFusion Nov 24th, 2008 |
| Replies: 0 Views: 1,747 i have multiple onchange in two different form and they are in different include files.
the thing is when i try to use the first onchange ...it works and it will change the session value but if i... |