plze guide me.
I have done asp.net project in which i usr MS Access database. this site works fine in localhost but when i upload the site in server it show me the error
"Operation must use an updateable query"
as i search the solution of this error, whichever solution i found in net i apply on it (like security permission all, i set everyone as read write permission, same as ASPNET). But still the site give...
User Profile
Collapse
-
operation must use an updateable qurey error
-
problem in Binding report to Crystal Report viewer
Hello I have the same problem. If u Got the Solution Then plz forward me also -
Hi
I am given Sample code for saving image in sql server from asp.net
Dim strFileExtensio n As String
Dim strFileType As String
Dim intFileLen As Integer
Dim objstream As Stream
Dim strInsert As String
Dim imgname As String
Dim advname1 As String
If Not IsNothing(txtFi leContents.Post edFile)... -
Crystal Report is not shown
I am writing code for display sales bill in crystal report.
everything in the code is correct becose same code is running in my laptop but in office pc it does not show the report and not show any error. -
Prevent form being resized
I made an application. It is completed. But i have one problem is that
when the form is running, anyone can change the size of the form by dragging mouse.
I want to stop this . How to do.
I know this this is shilly question but i need it. Plz Help me
Thanks -
how to create a chat applicaion in asp.net using vb.net
hi i want to create a chat application how to create it.
my requirement is that,
private chat room means the admin person can chat more clients at a time. but clients can not chat with other clients
plz help.
Thanks -
which database you used.
if it is msaccess then follow the steps:
1-open the folder where database is stored.right click on it and open security tab. After that select EVERYONE and select all checkbox control. aplly.
run your application it run
i think it will help u...Leave a comment:
-
simply count the number of record in dataset table.
syntax for counting records in dataset is
dim cnt as integer=dataset object.tables(" tablealiasname" ).rows.count
this syntax count the no.of records in dataset...Leave a comment:
-
you can use session or cokiees
in session u write
session("uid")= textbox1.text
session("pwd")= label1.text...Leave a comment:
-
-
hi i write an update triggre
it works fine . but it adds two record of the updated record in new table
my trigger code is as follow:
CREATE TRIGGER trig_update_adv Master ON [dbo].[Adv_Master]
for update
as
insert into trig_delete_adv Master(deleteti me,operation,ad v_code,memship_ no,memship_dt,e nrollmt_no,enro llmt_dt,auth_en rolled,oth_bar_ association,led ger_id,id_card_ no,library_mems hip_no,adv_name ,dob,gender,off _add,res_add,ch _add,off_phone, res_phone,ch_ph one,fax,mobile, email,type_of_m emship,father_h usband_name,des ignation,status ,extra_info)...Leave a comment:
-
hi jyoti
I am also new in asp.net. But it is very easy to create a class for connection.
i give u example. first imports all namesapce that is required for connection
Code:imports system.data.oledb class classname dim con as oledbconnection /* decalre all variable required for connection*/ /* you create mathods*/ public sub setcon() con=new oledbconnection("your provider
Leave a comment:
-
-
thanks .
its work.
now i want to write an trigger. so i dont know how to write trigger.
if any records from my student_master table is changed or deleted a trigger is fired.
all the old data wihch is updated is transfer to the new table
and new data is update in the student master able.
when record is delete the deleted record is enter to the new table and delete from the student_master table.
...Leave a comment:
-
hi thanks for help
i trid this query. but it gives the error as
Syntax error near from Clause
I give the query which i write:
select sd.stu_id,sm.St u_name as studentName,sm. className as cname,sd.subjec t as ssubject,fd.Pai d_Money as paidmoney from xiStu_detail sd join xiStudent_maste r sm on sd.stu_id=sm.st u_id join fee_Detail fd on sd.stu_id=fd.st u_id where Teachername='KK K'
where...Leave a comment:
-
Create table using joins
Please help me. iTs very urgent.
I have three Tables
1 Student_master:
stu_id(pk),name ,phoneno,father name,address,co llegename,class ,photo;
2 Student_detail
slno(pk),stu_id (fk), subject,teacher name,stu_name,b atchday,batchti me
3 fee_detail
stu_id(fk),Tota l amount, Paid amount;
my problem is that i have to retrieve the following fields where teachername is given....
No activity results to display
Show More
Leave a comment: