Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K
~4K People Reached
About Me

Learning Database... Open for Suggestions

Favorite Tags
Member Avatar for shivya jain

Hello to all, I am trying to display the images on my page through php from mysql database Problem is - Images are repeating , It always display only first image. <?php include("header.php"); include("connection.php"); $sql = "select Image from flood_light"; $result = $conn -> query($sql); if ($result->num_rows > 0) { …

Member Avatar for shivya jain
0
352
Member Avatar for shivya jain

**Is this possible to establish connection with sql 2008 R2?** Dear Experts, I am trying to create connection between Sql 2008 R2 and Visual Studio 2010 (I have installed Sql first). Is it essential to work with windows 2007? I have to format my computer because of this, would you …

Member Avatar for JorgeM
0
60
Member Avatar for shivya jain

Dear Experts, I am new in asp.net. I have to make a website in asp within 5 months. I have written connection string for sql server 2008 R2. I want to use "default login" but my connection string does not work. <connectionStrings> <add name="donationConnectionString" connectionString="Data Source=COMPAQ-PC\SQLEXPRESS;Initial Catalog=donation;Integrated Security=True" providerName="System.Data.SqlClient" /> …

Member Avatar for hericles
0
109
Member Avatar for shivya jain

Hello experts, I never used [B]"Dataset"[/B] in my project. But I know this is used for the set of tables. Can I use this to authenticate from more than one table? Tables in my Database are: Login, Student, Student Details, Fee, Teacher, Teacher Details. I want to use dataset in …

Member Avatar for Pgmer
0
82
Member Avatar for shivya jain

hi experts, i am new in asp.net even i do not know how can i start a new project. please help me in connection coding with ms access.

Member Avatar for shivya jain
0
97
Member Avatar for shivya jain

:)Hello Experts, I have created an application in vb.net,it's working properly and now i want to design my own website using vb.net,plz help me. i have worked in vb.net in windows application. thanks in advance:)

Member Avatar for hericles
-1
103
Member Avatar for shivya jain

hello, I want to link a text file in my userform. [B]Can i use linklabel for hyperlink?[/B] please help me........... thanks in advance.:confused:

Member Avatar for Unhnd_Exception
0
180
Member Avatar for shivya jain

Hello Experts, How can i save the optionbutton and checkbox value in sql database? please send the query: dim cmd as new sqlcommand("insert into [tablename] values(........)",c.con) please help me :)

Member Avatar for adam_k
0
105
Member Avatar for suemaina

Hi pliz assist me, I need a code that can allow the login form to search for pin number stored in another form example when a customer enters the pin number and clicks ok button the login form searches if the pin number exists in the bank details form ..thanx …

Member Avatar for Netcode
0
182
Member Avatar for kheijhei

guys, when you log in a username and a password a msgbox will show that you are log in, and then when you enter the same username and password, the program will identify that the username and password is log out. no button will be use in here. what code …

Member Avatar for Netcode
0
257
Member Avatar for shivya jain

Hello to all, I want to auto generate id that should be access from my sql database. I try this code- [CODE] Dim j As Integer = 0 Dim cmd As New SqlCommand("select staff_id from staff ", c.con) Dim dr As SqlDataReader dr = cmd.ExecuteReader() While (dr.Read()) txtstaff_id.Text = dr("staff_id").ToString() …

Member Avatar for lolafuertes
0
268
Member Avatar for PurpleHeaven

Hello~ I'm having a little problem on how to make a timer which include minutes and seconds. The design of the form goes like this: [url]http://i.imgur.com/lh1pk.png[/url] Another condition here is when the timer goes down, the interval gets faster. Please help me~

Member Avatar for shivya jain
0
1K
Member Avatar for mtelemko
Member Avatar for shivya jain

hello, i want to calculate total salary according to attending days. please help me in coding.

Member Avatar for debasisdas
0
109
Member Avatar for coolsasuke

Hey , yeah. I was wondering if it is possible to hide all desktop icons EXCEPT my application's shortcut ? If it is possible, please tell me how . It is the best if you can provide the code for me. As im a very noob in coding cause im …

Member Avatar for coolsasuke
0
232
Member Avatar for shivya jain

how we create a function/method in vb.net?? if i want to make a method of auto_generate_id, then how will i start? i have written this code please help me..... [CODE] void auto_generate_id() Dim j As Integer = 0 Dim cmd As New SqlCommand("select staffid from staff order by staffid", c.con) …

Member Avatar for Unhnd_Exception
0
190
Member Avatar for shivya jain

[CODE] Sub auto() c.con.Open() Dim j As Integer = 0 Dim cmd As New SqlCommand("select staffid from staff order by staffid", c.con) Dim dr As SqlDataReader() dr = cmd.ExecuteReader() While (dr.read()) txtstaff_id.Text = dr("staffid").ToString() End While j = Convert.ToInt32("txtstaff_id.text").ToString() j = j + 1 txtstaff_id.Text = j.ToString() dr.close() c.con.Close() End …

Member Avatar for kingsonprisonic
0
110
Member Avatar for jigarsangoi

I wrote the following code for inserting the value in table company_db & database is Company_DB but the value are not inserted into the table table shows null values the code is below: [CODE]Imports System.Data.OleDb Imports System.Data.OleDb.OleDbConnection Imports System.Data.OleDb.OleDbCommand Public Class Newcompany Inherits System.Windows.Forms.Form Private Sub Button1_Click(ByVal sender As System.Object, …

Member Avatar for debasisdas
0
129
Member Avatar for zoraster01

can you help me to code a vb.net program.. i want to have a button that if i click it will add a table in the sql server database.. tnx :)) i really really need this code i only have 1 week to finish dis project :))

Member Avatar for shivya jain
0
126
Member Avatar for gunlock777

Hello all, Im currently doing a project which is a system that adds booking records to it it loads the database from a module [CODE]Set Db = OpenDatabase(App.Path & "\cihansol.mdb") Set RS_Staff = Db.OpenRecordset("EPHS_Staff") Set RS_Customers = Db.OpenRecordset("EPHS_Customers")[/CODE] im very new to visual basic so i dont know much anyway …

Member Avatar for shivya jain
0
164
Member Avatar for DexterGene

I've been looking everywhere for an answer to a simple question, but i'm having issues, so i thought i'd join and post here. I'm having issues with a simple concept. I load information from a SQL database, and i want to add a 'Passport' link URL relating to column cells …

Member Avatar for shivya jain
0
91
Member Avatar for shivya jain

[CODE] pvt sub timer1_tick(.....................................................) dim n as login form n.show() timer1.enable=false end sub [/CODE] Is there need to set keyword before login form? i m using this code but login form is not showing at runtime. please help me to run this code

Member Avatar for shivya jain
0
85
Member Avatar for shivya jain

Hi all, i want to create splash form by choosing a windows form from project menu. The form should be display after progress bar. please help me

Member Avatar for raaif
0
81