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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

Jet

@Jet
About
Posts
11
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Internal Server Error
    J Jet

    Thanks for attending to my question. i guess i figured it out and it's working fine now. I did have an error in my web.config file, which when fixed worked fine. I had to change the true in compilation debug="true"' tag with false So instead I declared it with false and it worked.

    ASP.NET csharp asp-net sysadmin windows-admin help

  • Internal Server Error
    J Jet

    I have installed Windows 7, VS2010 and .NET40 I'm getting the error below. Error Summary HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error Information Module IIS Web Core Notification Unknown Handler Not yet determined Error Code 0x80070032 Config Error The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration Config File \\?\C:\inetpub\wwwroot\web.config i am confused as to what this means. because i have the in my web.config. thanks in advance for helping out.

    ASP.NET csharp asp-net sysadmin windows-admin help

  • Concatenating strings in MS SQL
    J Jet

    Thanks so much for the reply. 1.all the data types are verified to be strings(text) 2. i want to concatenate the strings by grouping them on a fieldid. when i pick an id i want to concat all values corresponding to the id. (this is the structure. i have table A which contains list of towns. table B contains list of regions. table C contains list of attributes of the towns table D contains the values of the attributes the task is to provide a summary for towns under a region. grouped under the various attributes. for Region A i have Attribute A: then the concatenated values for all attributes A for each town. thanks once again.

    Database database help

  • Concatenating strings in MS SQL
    J Jet

    Hello, i need help for a stored procedure that allows me to concat string fields from a table column when they have the same field names. i did it when the fields were int and it worked perfectly code snippet.

    SELECT X.FieldName,SUM(CAST(Y.Value AS float))
    FROM L INNER JOIN
    C ON L.Id = C.Id INNER JOIN
    B ON L.Id = B.LocalityId INNER JOIN
    FormInstances ON B.FormInstanceId = FormInstances.Id INNER JOIN
    Y ON FormInstances.Id = Y.FormInstanceId INNER JOIN
    X ON Y.FieldId = X.Id
    WHERE (C.AId = @aid) AND (FormInstances.FormId = 6)
    GROUP BY X.FieldName

    this got me the sum of each field in Y based on X.fieldname. now i want to do the same when the values in Y are not texts and not numbers. i tried conctenation(+) but was not successful with. thanks in advance.

    Database database help

  • USD DRIVE WON"T SHOW UP IN DISK MGMT and MY COMPUTER
    J Jet

    Thanks Zach. i have checked device manager my drives shows it's in there but still do not show up.. one other thing is my internal hard drives are not showing the disk management console but does in my computer.. i have uninstalled my USB Root hub but still not working.. can some one help get my OS show my drive..

    IT & Infrastructure help

  • USD DRIVE WON"T SHOW UP IN DISK MGMT and MY COMPUTER
    J Jet

    i need help to fix my OS(Windows XP SP2) i was trying to fix a corrupt hard drive so downloaded some hd regenrators to fix.. after this my LG portable USB drive now does not show in 'my computer' and disk management tool my fixed drive in my laptop also do not show up in disk management but shows up in my computer. the removable disk does run on other machines and my VM partitions on the same machine but not on the OS which i was using for the regeneration.

    IT & Infrastructure help

  • cannot excute script
    J Jet

    it can't be low powered machine(4GB RAM, 2.8GHz Duo Core) i finally exported it to csv and ported it excel. i had all data in there so just wrote some sql statemet to import the data..into my tables. the whole dbase is in apache derby and i need all of them in a platform i am comfortable with. thanks

    Database help apache database sql-server sysadmin

  • cannot excute script
    J Jet

    thanks for attending to my question. the size is 65.2MB.. i am going to loading in pieces.. and post my response back...

    Database help apache database sql-server sysadmin

  • cannot excute script
    J Jet

    i exported data in a table from an apache derby dbase to a sql script so i could run on MS SQL(Studio Express) to get the data in my table but then there is this script for this table anytime i try running the script i get the following error msg. before this the script would not even open the Studio when i try opening it and an err msg of "out of memmory would pop up" please help me as to how i can solve this errror. . TITLE: Microsoft SQL Server Management Studio Express ------------------------------ Cannot execute script. ------------------------------ ADDITIONAL INFORMATION: Exception of type 'System.OutOfMemoryException' was thrown. (mscorlib) ------------------------------

    Database help apache database sql-server sysadmin

  • trackbar value
    J Jet

    Paul Conrad wrote:

    mcisendstring?

    mciendstring is a system call part of the MCI API(MULTIMEDIA CONTROL INTERFACE.... it takes a list of command strings to make these calls.... i get some help on it from the MSDN.. maybe more can be read there.. examples" mcisendstring("set CDAudio door open", Sring.Empty,0,0)"=== this will open a CD tray....

    C# help question

  • trackbar value
    J Jet

    i am trying to develop a player using mci... i want to control volume with the track bar..... so what i did is // code// mcisendstring(String.Format("set {0} volume to {1}",file, trackbar.value),String.Empty,0,0); i don't see any effect can someone help with this./.. another problem is getiing the length.... i don't know the format i am gettin my values in what i do is // first mcisendstring("set file time format ms",String.Empty,0,0); mcisendstring("status file length",result,255,0); the result contains values which is unclear to me.... cud someone help with this as well? thankx so much //

    C# help question
  • Login

  • Don't have an account? Register

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