-
Replied To a Post in how can i add data to a database using adodc
>But the Ors >But the words i typed in the textbox then to overwrite therby making d code on l4liNe 4effective I have no idea what you are saying. You … -
Replied To a Post in how can i add data to a database using adodc
In order to add a record to a database you have to do an INSERT. Before you do that you have to establish a connection to the database and that … -
Replied To a Post in Save and Retrieve word document in Sql Database
I'm not up to SQL 2012 yet (I'm using 2008) but this works for me. My table is FileName VARCHAR(255) (PK) WordDoc VARBINARY(MAX) To get the data into the table … -
Replied To a Post in How long have you been programming for?
1. Since I was 18 in 1972 at University 1. Visual Basic since I retired in '08 because it is relatively straightforward but I've always had a thing for APL. … -
Edited Self Intro
Hi! I am Lisa and I am new here. :) -
Replied To a Post in how can i add data to a database using adodc
What have you got so far? -
Replied To a Post in sites you visit daily?
anal retentive adjective (of a person) excessively orderly and fussy -
Replied To a Post in sites you visit daily?
I was just being anal ;-P -
Replied To a Post in sites you visit daily?
I consider google, etc. akin to phoning the operator or directory assistance as in "a phone call you make in order to make a phone call". I go to google … -
Replied To a Post in Create topic issue
How would the website determine if the user is in the appropriate forum? There are some posts that are general enough that they do not belong in a lower tiered … -
Replied To a Post in down-vote
I would not like anonymous comments. I think if you have something to say then you should be willing to have your name attached to it especially when what you … -
Replied To a Post in case select
Perhaps something like this 'This assumes that only valid selections appear in cboSearchType Dim sql As String = "SELECT * FROM BusinessInfo WHERE " Select Case cboSearchType.Text Case "Accredited Month" … -
Replied To a Post in Regex alternatives?
It wasn't me who downvoted but as a guess, I'd say it was an overly complex solution to a simple problem. In my opinion that didn't justify a downvote so … -
Replied To a Post in microsoft windows 7 not genuine
That answer would have been more helpful if you had included the number. -
Replied To a Post in Auto Tags
So how do we make use of tags to do a search when the Daniweb search uses Google? -
Replied To a Post in Comparing Uppercase and Lowercase characters(Login Form)
I don't have Access installed so I can't test this but try cmd.CommandText = "SELECT COUNT(*)" & " FROM Userr" & " WHERE StrCmp([UserID],?,0) = 0" & " AND StrCmp([User … -
Replied To a Post in Random Facts
Interesting how the [Stalin's Apology](http://radicaljournal.com/agitation/soviet_posters/soviet005.html) that was linked to contains a reference to Thalidomide which wasn't developed until a year after his death and for which the teratogenic effects weren't … -
Replied To a Post in Random Facts
Five women are murdered with a gun in the United States every day, most often by an intimate partner. From 2001 to 2012, 6,410 women were murdered in the US … -
Replied To a Post in Arable area per human?
I didn't even consider seafood ;-P -
Replied To a Post in Win 8 or win 7
>I would suggest windows 8 because I use it and it works well and has a better user interface than windows 7 Keep in mind that this is one user's … -
Gave Reputation to rahulrao in Win 8 or win 7
I would suggest windows 8 because I use it and it works well and has a better user interface than windows 7 -
Replied To a Post in Integer To String
We are just going around in circles so I'll have to pass on this. Your code isn't doing what you want so reading your code to figure out what you … -
Replied To a Post in Arable area per human?
As has been pointed out, there are too many variables to be able to answer that question. Aside from questions about quality of land, length of growing season, etc., there … -
Replied To a Post in Things I hate about TV shows
I was reminded today about another peeve. It's how the execs have decided to rebrand "reruns" as "encore presentations". As George Carlin said, "shoot is just shit with two ohs". -
Replied To a Post in Random Facts
At least five Americans have accidentally shot off their own penises since 2010. [source](http://www.deathandtaxesmag.com/193576/at-least-five-americans-accidentally-shot-off-their-penises-since-2010/) -
Replied To a Post in Arable area per human?
But Americans (and Canadians) eat a lot of beef which requires much more land per pound of protein to produce than other forms of protein so that skews the numbers. … -
Replied To a Post in Comparing Uppercase and Lowercase characters(Login Form)
I'm not sure I understand what you are asking but if you want to do a case sensitive selection on the database you can do SELECT * FROM Userr WHERE … -
Edited Comparing Uppercase and Lowercase characters(Login Form)
Hi guys, I've created a login form which works fine, i need assistance in comparing uppercase and lowercase input from a login form. Whenever the password is entered, the system … -
Replied To a Post in Integer To String
If you think your code is working then there is no point in my looking at it. If it isn't working then I have to know what you are trying … -
Replied To a Post in Problems with VB Console Program If, then Statement
Yes. It was. -
Replied To a Post in Integer To String
Sorry about that. I followed the wrong link, but the problem is the same. According to the "correct" mapping, 63 maps to ab. But there is no unique inverse mapping. … -
Replied To a Post in Problems with VB Console Program If, then Statement
Small correction then. Add a ByRef to Private Sub getDaysOut(ByRef intDays As Integer) so that the entered value of intDays is returned to the calling code. I have to say, … -
Replied To a Post in Random Facts
According to spending accounts from the 2012 US elections, senators had to raise, on average, $14,351 a day for every day they were in office the previous term. That is … -
Replied To a Post in What happened to my tutorial?
? -
Replied To a Post in Do you feel old yet?
I use Skype frequently but almost never for video so I consider it a coonvenience rather than the devil's handiwork. I would say that 90% of the time I use … -
Replied To a Post in Technology that will change and affect your career
Who is to say how technology will impact your career. For example, I was a real-time programmer for a major electric utility (generation, transmission and distribution). You may recall a … -
Replied To a Post in Problems with VB Console Program If, then Statement
Interesting. Your OP was about calculating late fees yet you post an unrelated project to calculate the average of midterm and final exams. As for "using modules, not functions", that … -
Replied To a Post in cannot update.database or object is read-only
You should be using TRY/CATCH rather than **On Error**. Also, because you haven't included the code for **ExecSQL** or the text of any error message there is no way to … -
Replied To a Post in Integer To String
According to [your earlier post](http://pastebin.com/DgvyrsDw), 62 **should** translate to **ba**. My point is that once you have **ba** how do you know if it should translate back to 62 or … -
Replied To a Post in How to download Microsoft SQL Server Express 2014
In my earlier days I maintained the software at several hydroelectric generating stations. The source and object modules were maintained on an IBM mainframe. A cross compiler was used to … -
Replied To a Post in How to download Microsoft SQL Server Express 2014
I saw the link and it eventually took me to a page with the options ENU\x64\SqlLocalDB.msi ENU\x86\SqlLocalDB.msi SQLEXPR_x64_ENU.exe SQLEXPR_x86_ENU.exe SQLEXPR32_x86_ENU.exe SQLEXPRADV_x64_ENU.exe In true Microsoft fashion they still label with x86 … -
Edited Data type mismatch Error
I need help in fixing this bug (Data type mismatch).Im using a datagrid to insert data to access database but get this error. I can update and delete during runtime … -
Replied To a Post in Problems with VB Console Program If, then Statement
You might try rewriting it as a function without the global as in Private Function calculateFees (ByVal intDays As Integer, ByVal decFee As Decimal) As Decimal If intDays <= 3 … -
Edited How to download Microsoft SQL Server Express 2014
In true Microsoft fashion they have made the download process so counterintuitive that your chances of getting what you want is near impossible. Fortunately someone has created a "simple" [12 … -
Created How to download Microsoft SQL Server Express 2014
In true Microsoft fashion they have made the download process so counterintuitive that your chances of getting what you want is near impossible. Fortunately someone has created a "simple" [12 … -
Replied To a Post in Memorable Quotations
“The worst illiterate is the political illiterate, he doesn’t hear, doesn’t speak, nor participates in the political events. He doesn’t know the cost of life, the price of the bean, … -
Replied To a Post in Memorable Quotations
Political illiteracy is the manure for the flourishing of political appeals based on sheer ignorance. - CJ Werleman -
Replied To a Post in aqua mark
You can find it [here](http://goo.gl/XHAvvN) -
-
Replied To a Post in Integer To String
It will take less space than creating code for each special case. Your mapping is not reversible. For example, how will you determine if the string "aba" should be grouped …
The End.