I am using the File Upload control on my aspx page.
When uploading a file to our IIS7 server, the upload speed is noticeably slower (and almost unusably so) when using IE8 rather than Firefox or Chrome.
It also appears that the pages render a bit slower on IE8 than Firefox.
Here's the caveat...
I'd like forms within a program I wrote to automatically be filled out with contact information on our echange server. I'll be writing the project with vb.net.
Can anyone point me to a good source of information on how to access contact folders on the exchange server?
does the table have a primary key?
That would make it easy. You could do something like this:
DELETE your_table
FROM (SELECT firstname, MIN(primaryKey) AS taxpayer_id
FROM your_table
GROUP BY firstname) foo RIGHT OUTER JOIN...
how about something like this (if I understand your goal correctly)?
dim yourstring as varchar(8000) ' this will be the eventual variable with carriage returns built in for formatting
yourstring = ""
For I = 1 To len(myTextbox.text) step 80 (or however many characters you want before carriage...
Can you be more specific about what you are trying to do?
You could add a command to your data environment to merge the columns with a select statement, and tie that command to your DataCombo box.
if you're using SQL 2000, you can create a DTS package in the enterprise manager and then save it as VB code. Then copy that code to your program and replace the appropriate parts with variables. (the created code if fairly intuitive)
If you are using SQL 7.0, the sample VB code that comes with...
This may be a stupid question , but did you run the index tuning equivelant in SQL 7.0 on the code? I suppose after that you could dump the other indexes.
My guess is you could get away with two composite indexes.
oddly enough, it stopped doing it after I set ARITHABORT on.
I have no idea why that fixed it( I set ARITHABORT on because of a DTS realted problem) but if anyone has a clue why, I'd love to hear it
I designed a stored procedure (it creates a table) on our SQL Server 2000 that runs in about a second when executed from the query analyser. However, when I run the same procedure with the same parameters from my VB6 (sp6) application it takes almost a minute to execute. Has anyone run into this...
Hi! I recently installed Crystal Reports 11 on my computer. The next time I compiled a program that contained crystal report files (written in 9.0), those reports would run within the program on my machine, but not my clients' machines, despite my makeing no change to the reports. I assume CR11...
Interesting! I've didn't know that about SQLQueryStrings and subreports.
I didn't bother trying changing the ConnectionProperties because I thought the same problem would occur (in my mind, it was the OpenSubreport method that was causing the problem, much like when you open a subreport by...
hi, i have a subreport generated in a VB6 program for which I have to change the datasource. With it's parent report I changed the SQLQueryString, however when I tried the same method with the subreport:
Report.Subreport1.OpenSubreport.SQLQueryString = "blah blah blah..."
the program pops up...
i'm pretty much a newbie at actionscript but have a pretty good programming background otherwise and i know my way around frames, scenes, and symbols.
what i want to do is associate jpegs with particular buttons. these buttons exist pretty much throuht the flash movie. whenever someone clicks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.