Search Results

Showing results 1 to 40 of 276
Search took 0.02 seconds.
Search: Posts Made By: rapture
Forum: ASP.NET 20 Days Ago
Replies: 0
Views: 241
Posted By rapture
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 20 Days Ago
Replies: 0
Views: 168
Posted By rapture
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
Solved: Dynamic Login
Views: 357
Posted By rapture
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
Solved: Dynamic Login
Views: 357
Posted By rapture
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
Solved: Dynamic Login
Views: 357
Posted By rapture
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
Solved: Dynamic Login
Views: 357
Posted By rapture
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
Solved: Dynamic Login
Views: 357
Posted By rapture
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: 259
Posted By rapture
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: 259
Posted By rapture
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,239
Posted By rapture
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: 392
Posted By rapture
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: 367
Posted By rapture
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: 294
Posted By rapture
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: 294
Posted By rapture
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: 294
Posted By rapture
Intersting, thank you - and what was your take on using

SELECT IDENT_CURRENT(’tablename’)
Forum: C# Aug 3rd, 2009
Replies: 12
Views: 294
Posted By rapture
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: 294
Posted By rapture
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: 235
Posted By rapture
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,725
Posted By rapture
Please don't post to threads this old . . .

Thanks!
Forum: C# Jun 9th, 2009
Replies: 7
Views: 3,500
Posted By rapture
Did you realize this was a 9 month old post?
Forum: Java Apr 27th, 2009
Replies: 11
Views: 3,952
Posted By rapture
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: 957
Posted By rapture
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: 518
Posted By rapture
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: 518
Posted By rapture
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,221
Posted By rapture
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,221
Posted By rapture
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: 352
Posted By rapture
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,221
Posted By rapture
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: 432
Posted By rapture
http://www.startvbdotnet.com/ado/sqlserver1.aspx
Forum: VB.NET Mar 4th, 2009
Replies: 5
Views: 1,003
Posted By rapture
This help?

http://answers.yahoo.com/question/index?qid=20080212072506AAykqw7
Forum: C# Mar 3rd, 2009
Replies: 13
Views: 1,567
Posted By rapture
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,567
Posted By rapture
There and you can check here
http://support.microsoft.com/kb/320916
Forum: Java Feb 25th, 2009
Replies: 6
Views: 333
Posted By rapture
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: 612
Posted By rapture
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: 244
Posted By rapture
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,279
Posted By rapture
I'm not sure myself, but maybe this helps

http://www.thescarms.com/dotnet/ExcelObject.aspx
Forum: C# Feb 20th, 2009
Replies: 4
Views: 584
Posted By rapture
Thanks LizR - this will work perfectly for what I need to do.
Forum: Java Feb 20th, 2009
Replies: 11
Views: 3,952
Posted By rapture
http://lmgtfy.com/?q=java+k+means+clustering
Forum: Java Feb 20th, 2009
Replies: 3
Views: 969
Posted By rapture
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: 660
Posted By rapture
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...
Showing results 1 to 40 of 276

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC