Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Rousseau10

    winforms errorprovider will not work after programatically changing data values in textboxs

    Hi all, WinForms errorProvider will not work after programmatically changing data values in textboxes I tried ErrorProvider1.Clear() but did not help. If it is a UI change by user, there is no problem with ErrorProvider1. I tested after program changes code that it still runs through the...
  2. Rousseau10

    how to make a class from one project a dll, then add to another project

    Thanks so much guys. After looking closely at your code, I realized I forgot to put the access specifier of "public" before my class so it defaulted to "private" and therefore inaccessible to the other project. I had class NewBalance{ instead of public class NewBalance { devils in the...
  3. Rousseau10

    how to make a class from one project a dll, then add to another project

    Hi all, I am using vs2013 update 4. I'm having some difficulties and thinking my approach is wrong from the get go. I have made a "business logic" class in C# console app thinking ahead that I could compile this class to a dll an then in an MVC project (or any other .Net project for that...
  4. Rousseau10

    How to make web page images also appear first time a web browser hits the page?

    Here is the first image. Somehow that link did not come up on initial post. this is what it looks like first time a web browser loads it before hitting refresh. http://files.engineering.com/getfile.aspx?folder=0833bd7b-02ba-441f-b2fd-fa85c8b199dc&file=1rstTimeABrowserLoadsThisPage.jpg...
  5. Rousseau10

    How to make web page images also appear first time a web browser hits the page?

    Hi all, How to make web page images also appear first time a web browser hits the page? I took a screen shot when browser first loads page, then after hitting refresh one time when then the images also show up. Of course once it is cached it will load all. How do I fix this. Same behavior in...
  6. Rousseau10

    What is the legal way to re-install a Windows OS (xp,win 7, win 8) to Mom n Pop slow running PCs?

    Hi all, I am semi-retired but was a long time IT professional (Asp.net,c# developer, IT trainer,database developer, etc) and I need some extra income. I want to start a small "mom-N-pop" biz just cleaning up, speeding up, removing viruses, etc to mom and pop clients. Often as we know a complete...
  7. Rousseau10

    replication wizard invalid path or filename message

    yes I did, I was just troubleshooting and tried it with the c: just as a stab in the half dark. So what is the hidden C. Is it actually a completely different admin share or just gives access to hidden files and folders on that share? did that question make any sense? So I understand I need to...
  8. Rousseau10

    what should the logon be for SQL Agent?

    great answer, One thing though I need to train replication in a class room workgroup environment, how can the sql agent account have permissios on all machines in workgroup??? Tanks I am being trained by experts to be an experts trainer :-) Newbee - Adam
  9. Rousseau10

    2 cluster or not 2 cluster, that is the quetion

    thanks so MUUC for taking the tinme, that really helped!!!!!!!!!!!! I reread this several times to let it sink in! I am being trained by experts to be an experts trainer :-) Newbee - Adam
  10. Rousseau10

    replication wizard invalid path or filename message

    when I get to the screen to set path for snapshot folder, I get the invalid path or filename message. I rechecked the path and it is correct. \\LAPTOPRENAMED\C:\Program Files\Microsoft SQL Server\MSSQL\REPLDATA I also set the REPLDATA folder to be a shared folder. what am i doing wrong here...
  11. Rousseau10

    SQLServer and SQLServer Agent services - Startup

    what if you in a workgroup and not on a domain??? For example in a classroom environment? use local system account for sql services and something else local I guess for sql agent , what to use for replication??? SUE PER TANKS!
  12. Rousseau10

    what should the logon be for SQL Agent?

    I get a message when runnig the replication wizard saying replication will fail becuase I am using the system account for SQL Agent startup. What exactly is the system account anyway? So anyway I go to the logon tab in sql agent properties applet in services in control panel and click the...
  13. Rousseau10

    install enterprise editon error - system32\autoexec.nt not suitable ..

    install enterprise editon error - system32\autoexec.nt not suitable ..for ms-dos It looks like the autoexec.nt needs to run in system32 but this XP os uses a 16bit subsystem. Is this normal , I have no problem run system32 bit programs on my other xp box. I am installing it to practive...
  14. Rousseau10

    can I use DTS wizard with a source and target that is not an SQL table

    thanks for the confirmation!!!, I though so I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
  15. Rousseau10

    2 cluster or not 2 cluster, that is the quetion

    OK so I import 2 tables, 1 with 500,000 rows and one with 300,000 rows using dts and creating the tables for them in sql server. Now I need to query these 2 tables and join them in the query and use a where clause to filter records I want. But first I think I should makes some indexes which is...
  16. Rousseau10

    Looping "poor practice"... what is the alternative?

    OH yes, enrollment date and term date makes my skin cralw too. This is the data I have to deal with too. Anyhow I have the same inclination to do loop through recordsets to do things and I too have been told the perfomance is better using a query, so if you have time learn to do it with a query...
  17. Rousseau10

    how to convert.mdb to .adp for SQL server

    your the wizard!! Tanx! I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
  18. Rousseau10

    I can do a select query but make table no go

    I do a select query to a linked external table, but when I turn into make table it takes forever. Also when I changed back to select but with a where clause it takes forever again. If the records set I have selected in my query is large, is it not better to filter via where clause or...
  19. Rousseau10

    Using DTS to transform Replicated data

    could'nt you just use Query builder from DTS and select source tables to your target using column alias' I was the first American Soldier to put a basketball hoop up in Iraq, only to have it stolen by a soldier from different camp. Newbee - Adam
  20. Rousseau10

    context: error calling CreateCommand on the provider

    I am using Qury builder pop up window from the DTS wizard. My source is ODBC using a relativeity software driver, my destination is an excel file. when I check my syntax below I get this error. what may be causing it?? select elgnot.eudpcd, elgnot.eucatg, elgnot.eudpfl, elgnot.euflag...

Part and Inventory Search

Back
Top