- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 195
- Posts with Upvotes
- 148
- Upvoting Members
- 12
- Downvotes Received
- 24
- Posts with Downvotes
- 16
- Downvoting Members
- 13
Loves WARCRAFT, reading,eating , programming
- Interests
- PHP , VBA ,CSS, Javascript
119 Posted Topics
Below is my code for adding parameters in my vb .net code for prepared statements of npgsql. Dim xConn As NpgsqlConnection = ConnectDB() Dim xCmd As NpgsqlCommand = xConn.CreateCommand() xCmd.CommandText = "UPDATE " & xTable & " SET previous_tot_adj = @prev_adj ,tot_adj = @tot_adj WHERE version = " & _version … | |
*08:30:43,413 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-9) MSC000001: Failed to start service jboss.module.service."deployment.crss-webui.war".main: org.jboss.msc.service.StartException in service jboss.module.service."deployment.crss-webui.war".main: JBAS018759: Failed to load module: deployment.crss-webui.war:main at org.jboss.as.server.moduleservice.ModuleLoadService.start(ModuleLoadService.java:92) [jboss-as-server-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_67] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_67] at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_67]* **Above is a part of my full stack … | |
Can anyone show on how can i move an image on an excel sheet to a specific cell. Thank you in advance. | |
I always feel sleepy at work . During afternoon.. | |
Re: Hello sir, Can we see your code for gathering the data from your database. Thank you!! | |
Re: Lin 35 `</head>` does not have a starting tag. I suggest you to have comments onlines for you to debug your code easily. Happy coding.. | |
Re: [CSS RESET](http://meyerweb.com/eric/tools/css/reset/) I think you need this. It will help you solve problems like this. Happy coding. | |
Re: Instead of having a problem bout it .. [Try this](http://jqueryvalidation.org/validate/). Its a plugin for validation easy to use. Happy Coding. | |
Re: [Try this maybe it will guide you](http://en.wikibooks.org/wiki/JavaScript/XMLHttpRequest). | |
Re: `DROP TABLE table_namE` TO DROP A TABLE BUT IF YOU WANT ALL THE TABLE TOBE DELETED **szabizs** SUGGESTION IS BETTER. | |
Can anyone help me. I have this excel data that i want to transfer to a ms word. Or can i convert an excel file to word? Thank you! | |
Re: Javascript would be nice for that. Try searching for JSON tuitorials its popular nowadays and can help you on problems like that. ![]() | |
Re: `String = "This is my Question"` `$_SESSION[String_variable];` Its like this to store a string to session. Happy coding. ![]() | |
![]() | |
Re: Create Table User_Information(Id int(11),Name varchar(15),Family_Name varchar 15,Age int(11),Transport varchar(15),Invironment varchar(15),Telecommunication varchar(15),Food_Security varchar(15),Institutional_Report varchar(15),Natinality varchar(20),Cv Varchar(20)); Try this. | |
Re: Do while(0<1){ alert("I'm an infinite Loop!!") } | |
Re: What Process is in your calculation (e.g addition,multiplication ,etc.) ? What Should the user input to the fields? Thanks. | |
Re: Just Copy it to another Path. Maybe it will work just fine. | |
| |
Re: [Try This this will give you an idea.](http://stackoverflow.com/questions/9874095/bind-play-pause-ended-functions-html5-video-using-jquery) Happy Coding. | |
Re: Also try to convert your image to base 64 before saving to database. to save space.. | |
Re: [Just go to this site, Its free you can learn php faster in this link.](http://www.w3schools.com) Happy Coding!! | |
Re: Dim FileNum As Integer Dim DataLine As String FileNum = FreeFile() ctr = 13 Open "Directory\of\file.text" For Input As #FileNum 'Opening a text file using macro While Not EOF(FileNum) 'check if end of file Line Input #FileNum, DataLine ' read in data 1 line at a time Wend try this.. … | |
Re: Session is better to use than cookies for me. I always use it on my projects that ask the user to login. By using session you can checked every user who go to your page and you can also save logs just incase you want to track the user who … | |
Does anyone here can show me a sample query on ms access database? | |
| |
Re: `$sql = mysql_query("select * from employee where fname like'%'".$term."'%'");` try it like this. | |
Re: [I think this will help you](http://www.w3schools.com/sql/default.asp) happy coding. | |
i have this code an everytime i run it. `ActivePrinter = "PDF Complete on PDFC"` `ActiveWorkbook.PrintOut copies:=1, collate:=True, Preview:=False, PrintToFile:=True,` `PrToFileName:="C:\Users\srnardo\Desktop\CONVERT" & "\" & strFileName` i get this : >Runtime error '1004': >Your file could not be printed due to an error on PDF Complete on PDFC. im trying to … | |
Re: Please put comments to your code for us to understand it better .. | |
The End.