Forum: ASP.NET 33 Days Ago |
| Replies: 0 Views: 269 I'm fairly new to asp.net and trying to use a session counter to check for when someone has tried to log in three times it counts and when reaches three it locks them out. I know it's easy but my... |
Forum: ASP.NET 33 Days Ago |
| Replies: 0 Views: 184 Another problem in my program is that I can't get my access database to update. It works on the other fields here is the code
Public Sub Lockuser(ByVal path As String, ByVal userId As String,... |
Forum: PHP Aug 11th, 2009 |
| Replies: 8 Views: 382 Thanks,
I assume that you were in the middle of posting this when I typed my last statement?
I already have a login and registration system in place, I don't need free we're using SQL Server... |
Forum: PHP Aug 11th, 2009 |
| Replies: 8 Views: 382 I appreciate the help, I had considered that as well but my problem is that with what I want to do it was going to require over 100 different cases or nested if's - basically what I wanted to do was... |
Forum: PHP Aug 11th, 2009 |
| Replies: 8 Views: 382 Thanks for the post,
You see, I can code it in C# server side - but it will require a very large amount of pages for what I want to do. It's not practical. (yes I know I didn't describe exactly... |
Forum: PHP Aug 11th, 2009 |
| Replies: 8 Views: 382 I've got a pretty good understanding of databases, I use them all the time. I also use C# on a regular basis and the bulk of the backend will be in C#.net with a ton of datbase interaction. I work... |
Forum: PHP Aug 11th, 2009 |
| Replies: 8 Views: 382 Hello all,
It seems I'm on a wild goose chase, either that or this is going to be a lot harder than I imagined, and I imagined it being pretty difficult.
I posted in other forums here asking... |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 3 Views: 263 essential,
Thanks for the tip, I've not done any PHP in the past but if it will help speed things up I'm all for learning it!
I'll start looking into the possibilities with this. Maybe the PHP... |
Forum: JavaScript / DHTML / AJAX Aug 11th, 2009 |
| Replies: 3 Views: 263 Hello all,
I've submitted something similar in the asp.net forum so if you frequent both you'll see it in both places.
I'm curious if javascript or ajax can help us accomplish some of our... |
Forum: VB.NET Aug 6th, 2009 |
| Replies: 7 Views: 33,636 If you really want help here, read about the forums.
One suggestion:
Start by NOT posting to threads that are four years old and someone elses thread to boot while asking for advice |
Forum: Java Aug 5th, 2009 |
| Replies: 3 Views: 403 Wow, I had to do this one in school too!
Get as much down on code as you can and we can help you step through were you're stuck |
Forum: Java Aug 5th, 2009 |
| Replies: 6 Views: 378 Oh, I had to do this one too!
I suggest you start by putting everything you can down in code and then when/if you get stuck the post what you have and we can help you through it. The toughest part... |
Forum: C# Aug 3rd, 2009 |
| Replies: 12 Views: 309 Thanks, that helps - we don't have any inserts that will be affected that I can think of so it's not a huge deal. I think what I was thinking was he just wanted to get the last record regardless of... |
Forum: C# Aug 3rd, 2009 |
| Replies: 12 Views: 309 Can you find an example? on MSDN here http://msdn.microsoft.com/en-us/library/aa933217(SQL.80).aspx
it looks like it is similar to @@IDENTITY AND SCOPE_IDENTITY but just returning the last id... |
Forum: C# Aug 3rd, 2009 |
| Replies: 12 Views: 309 Intersting, thank you - and what was your take on using
SELECT IDENT_CURRENT(’tablename’) |
Forum: C# Aug 3rd, 2009 |
| Replies: 12 Views: 309 If you want to get technical, you're advice is bad as well, as scope_identity will:
"SCOPE_IDENTITY(), like @@IDENTITY, will return the last identity value created in the current session, but it... |
Forum: C# Aug 3rd, 2009 |
| Replies: 12 Views: 309 To get the last record in a SQL database you simply type
SELECT TOP 1 * FROM tableName ORDER BY columnWithYourID DESC
or if you just need the id then
SELECT TOP 1 (columnWithYourID )... |
Forum: C# Jul 31st, 2009 |
| Replies: 5 Views: 249 You don't say if you have any programming experience at all. So the answer could be different. I think the O'Reilly books have a lot of good information in them but there is a lot of stuff on the web... |
Forum: VB.NET Jun 19th, 2009 |
| Replies: 19 Views: 1,744 Please don't post to threads this old . . .
Thanks! |
Forum: C# Jun 9th, 2009 |
| Replies: 7 Views: 3,583 Did you realize this was a 9 month old post? |
Forum: Java Apr 27th, 2009 |
| Replies: 11 Views: 4,261 1) You're posting to a thread that is two months old, start you own thread.
2) You have not explained your problem nor have you shown what you've done to reach the point where you got an error. (if... |
Forum: MS Access and FileMaker Pro Mar 16th, 2009 |
| Replies: 1 Views: 975 Hello All,
I'm wondering if anyone can help me by either directing me towards a source that would help me understand Access syntax better or help me figure out if it's possible to convert this... |
Forum: C# Mar 11th, 2009 |
| Replies: 14 Views: 536 so much is either wrong with this code, or I am too new to understand. For instance, the array declaration is unlike anything I've ever used. It tries to take Last_Number and make it a const int with... |
Forum: C# Mar 11th, 2009 |
| Replies: 14 Views: 536 I'm willing to help you with this under a couple of conditions (I reserve the right to add more later)
#1 - Please tell me where you got the code and why you want to know. Don't lie, if it sounds... |
Forum: VB.NET Mar 7th, 2009 |
| Replies: 5 Views: 1,242 Hmm, thanks for posting your solution. That should help
would you mind marking it as solved so others can find the answer? |
Forum: VB.NET Mar 6th, 2009 |
| Replies: 5 Views: 1,242 looks like it, although I have not done this myself - type"
"VB.NET WinForms - DataGridView - Adding new rows, removing old ones to AcceptChanges"
in google and it's the first entry, you can... |
Forum: C# Mar 6th, 2009 |
| Replies: 3 Views: 371 Did you have further questions? It seems as though sknake answered the question quite completely but you didn't mark the thread as solved. If you just mean add variables he put it right out there,... |
Forum: VB.NET Mar 6th, 2009 |
| Replies: 5 Views: 1,242 I see you've posted this on the vbforums website as well. I don't post over there but it doesn't look like you've gotten your answer yet either. I have two possible suggestions for you
One is to... |
Forum: VB.NET Mar 5th, 2009 |
| Replies: 1 Views: 459 http://www.startvbdotnet.com/ado/sqlserver1.aspx |
Forum: VB.NET Mar 4th, 2009 |
| Replies: 5 Views: 1,042 This help?
http://answers.yahoo.com/question/index?qid=20080212072506AAykqw7 |
Forum: C# Mar 3rd, 2009 |
| Replies: 13 Views: 1,630 I guess my replies are either completely wrong or not worth looking at - seems to me on that link I posted was this
//Create a connection to the SQL Server; modify the connection string for your... |
Forum: C# Mar 3rd, 2009 |
| Replies: 13 Views: 1,630 There and you can check here
http://support.microsoft.com/kb/320916 |
Forum: Java Feb 25th, 2009 |
| Replies: 6 Views: 339 Why don't you just use one of the programs that do this already like basckstreet browser?
If it's some sort of project for school, your workplace etc. then what you need to remember is we are not... |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 3 Views: 649 I've created a VB.Net project and on short term added a C# class to it and it worked fine - I've also done the opposite as well so you should be able to add them. Not on the same form mind you but... |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 1 Views: 247 I don't understand your question. What do you want to save and update, your code?
What do you have and where are you stuck? |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 2 Views: 1,352 I'm not sure myself, but maybe this helps
http://www.thescarms.com/dotnet/ExcelObject.aspx |
Forum: C# Feb 20th, 2009 |
| Replies: 4 Views: 606 Thanks LizR - this will work perfectly for what I need to do. |
Forum: Java Feb 20th, 2009 |
| Replies: 11 Views: 4,261 http://lmgtfy.com/?q=java+k+means+clustering |
Forum: Java Feb 20th, 2009 |
| Replies: 3 Views: 1,024 I'm not totally sure where you're stuck. Have you tried to google this? I did and the first result has an example of a static read . . .
are you unsure of the concepts? are you trying but getting... |
Forum: MS SQL Feb 20th, 2009 |
| Replies: 4 Views: 670 Thanks for the advice, I've decided it looks like I'm going to have to write an application for it as well. I was thinking datagrid for intial view and then convert the items I need to a csv and use... |