Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

ISoftwareDev

@ISoftwareDev
About
Posts
11
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • crystal report taking long time for preview
    I ISoftwareDev

    You're selecting everything from the customers table to add to the report. Is this where the bottleneck is? Do you need to select all of this data?

    .NET (Core and Framework) help announcement csharp database

  • delete Vdir
    I ISoftwareDev

    I think that will only delete the virtual directory. You need to delete the physical directory in the normal Windows fashion.

    Web Development question

  • So here I am at the ebd of the day...
    I ISoftwareDev

    Ouch. I hope the curry was worth it. ;)

    The Lounge

  • The problem with password storage programs.
    I ISoftwareDev

    Welcome to my world ;)

    The Lounge help

  • Using People Fields in Web Parts
    I ISoftwareDev

    Have you created the child controls after creating your control? e.g. something like:

    PeopleEditor PeoplePickerControl = new PeopleEditor();
    this.Controls.Add(PeoplePickerControl);
    base.CreateChildControls();

    The following article may be useful: http://msdn.microsoft.com/en-us/library/dd490570.aspx[^]

    SharePoint csharp sharepoint tutorial question

  • Need Details?
    I ISoftwareDev

    Have a look at the Windows SharePoint Services Developer Center. http://msdn.microsoft.com/en-us/sharepoint/default.aspx[^] If you've any more specific questions, just ask :)

    SharePoint sharepoint help tutorial question

  • Enterprise java bean help
    I ISoftwareDev

    You should fine all the info in the Java EE Tutorial in the "Using the Timer Service" section. http://java.sun.com/javaee/5/docs/tutorial/doc/bnboy.html[^]

    Java java com sysadmin docker security

  • Best insert options.
    I ISoftwareDev

    Bulk inserts will probably be the fastest way. Have a look at: http://msdn.microsoft.com/en-us/library/ms188365.aspx[^]

    Database database question

  • How i can know who the users connected in my application?
    I ISoftwareDev

    I'd suggest you maintain a table of who log on/off your application and use this as the basis for your solution. Every time someone logs on, add them to the table. Everytime the log off, remove them from the table. You can then do a simple

    select

    satement to get a list of all the logged on users and display that in a list box.

    Database question csharp database wpf help

  • connectivity of MySQL with java
    I ISoftwareDev

    Since you're using the JDBC-ODBC bridge, the same code will work to connect to almost any database. You just need to change your ODBC datasource connection.

    Java java database mysql question

  • connectivity of SQL server 2000 with java
    I ISoftwareDev

    Your best bet would be to have servlets or some other Java based backend (JSF for example) instead of connecting to the database directory from within JSF. You can then use standard JDBC to connect to the database. If you want to connect to SQL Server, the jTDS driver is one of the best.

    Java java database sql-server sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups