Browse by Tags

Related Posts

  • Cant get a data

    Hi, all Not much to explain I write this code and I dont get data (if I run the query in the DB it works) 1 private void ShowFullView(String strFullViewName) 2 { 3 OleDbCommand command = new OleDbCommand( "SELECT sCat_Code " + 4 "FROM CATEGORIES_TAB " + 5 "WHERE sName = '...
    Posted to Access Databases and AccessDataSource Control (Forum) by SweeT EviL on 04-10-2009, 12:00 AM
    Filed under: sql, sql queries, sql Statements, access, Access Database, Access db, asp.net, c#, connection string, ConnectionString, data access, DataAdapter
  • Google Maps via ASP.NET / SQL Server Tutorial

    Hi, I worked out for google map with ASP.Net / VB.Net. below steps you have to follow, 1. You need to get encrpyted key from google which key for your own website. 2. create a table as below, if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[map]') and OBJECTPROPERTY(id, N'IsUserTable'...
    Posted to Tips & Tricks (Forum) by antonyvijayan on 07-08-2008, 12:00 AM
    Filed under: SQL, User control, .net, .NET Answers, .NET applet, .Net Faqs, .net interview faqs, .NET Interview Question, Abstract class, Access, ADO.Net, Ajax xml-script Tabstrip, asp, Asp .net, asp.NET 1.1, asp.NET 2.0, ASP.NET AJAX, ASP.NET TextBox Javascript MultiLine MaxLength, aspose.newsletter, c#, class, Code sample, Code sample sql script countries country province Provinces server 2000, code snippets, daily Free Code, Database, email, FAQ, .net layered design, asp .net ... c# ... SQL, structure, .Net FAQ Links, ASP.NET
  • Plz Help me..How to Solve this..

    Hai to All.. I'm a beginner of Asp.Net... I have created one application in C#, Asp.Net 2.0,,,,,..where I have taken Five Fields..Company Name, Address, Mobile No, Contact Name and Pin Code. And I have to enter data into this. But the problem is the telephone numbers should not be repeated as and...
    Posted to Data Presentation Controls (Forum) by sureshkumar.veesam on 09-17-2007, 12:00 AM
    Filed under: OnClientClick, pagertemplate, Paging and Display GridView in second page, Photos, Quickfix, RecordID, Redirect after SQL insert, RowUpdated, sql command statement update debug debugging, sql data source, "gridview" edit select eventhandling, .NET Gridview Problems, access, access database, ADO.NET 2.0, Alert, ASP.net ... VB ... Data access, ASP.NET 2.0 DataBinding DataTable, asp.net 2.0 DataBinding formview, ASP.net 2.0 GridView, c#, ControlParameter databound Parameters asp.net, controls list, Cookies, count records, Creating thumbnail from Images, data, Data Control Heading Children Records, Data Grid, Data Presentation Controls, data represneting control, DataBinding GridView Insert, DataGrid Delete ObjectDataSource, dataitem, DataKeynames, datalist items remove sitemap, datalist paging, datasource, DataTable, dataview, dataview.rowfilter, dependent TextBox, detail view, GridView editing, GridViewiew, INSERT COLLECTION GRIDVIEW, Insert date dropdownlists, Insert Row in gridView, ItemInserted, ItemTemplate, JavaScript, last inserted id, link button, detailsView calendar control dataset insert, DetailsView Codebehind, detailsView custom update, DetailsView DateTime ItemInserting, Detailsview dropdown from multiple datasources, Detailsview dropdown problem, DetailsView Insertparameters dropdownlist, DetailsView Layout, add rows to datatable, gridview treeview datalist, javaScript screen, Multiview Control, keys, date picker
  • Re: Record(s) cannot be read; no read permission on 'MSysObjects'.

    If you people are using AccessDataSource and having error " Record(s) cannot be read; no read permission on [table] ", first step is to open up the MDB file and assign full rights to Admin user for each & every table either its system or hidden table. if you want to see all system &...
    Posted to Access Databases and AccessDataSource Control (Forum) by moizdhanji on 08-08-2007, 12:00 AM
    Filed under: Odbc, OLEDB - Relative Connection string, vb.net, .Net 2.0, access, Access Database, Access Database - FileDSN in ASP.NET 2.0, Access database query string, accessdatabase, AccessDataSource INSERT problem, asp.net, ASP.NET 2.0, c#, data access, database, Microsoft Access Database Delete, .aspx.vb, mdb
  • inserting texts to the access database in asp.net 2.0

    hi there, i'm using visual studio 2005.......in that i'm developing a website with code behind C#....a page contains 3 textboxes and one dropdownlistbox........i've to insert these details(i.e.,3textboxes and dropdownlist) in the access database which is getting data from the end user......
    Posted to Access Databases and AccessDataSource Control (Forum) by mds8000 on 06-09-2007, 12:00 AM
    Filed under: access, Access database query string, AccessDataSource INSERT problem, asp.net, c#, data access, mdb, Access Database
  • Unable to find the requested .Net Framework Data Provider. It may not be installed.

    Hi Friends, This is rambhopal reddy,I have deploy my webapplication in website.. i have a dynamic pages..when i try to submit data to database..so then its coming this error..i have used microsoft.pratices.library files.. this is my connectionstring: < add name =" Connection String " connectionString...
    Posted to Access Databases and AccessDataSource Control (Forum) by rambhopalreddy on 05-05-2007, 12:00 AM
    Filed under: Odbc, access, Access Database, Access Database - FileDSN in ASP.NET 2.0, Access database query string, asp.net, c#, Connection String to Database hosted on GoDaddy, database, date, Insert into Access Database return primary key, webservice, GridView
  • How to retrieve document file form database using ObjectDatasource

    Hi Friends i am storing document file in database like in UI HttpPostedFile selectedFile = FileUpload1.PostedFile; if (FileUpload1.HasFile) { if (CheckFileType(FileUpload1.FileName)) { fs = new FileStream (selectedFile.FileName, FileMode .Open, FileAccess .Read); FileSize = Convert .ToUInt32(fs.Length...
    Posted to Access Databases and AccessDataSource Control (Forum) by rambhopalreddy on 01-29-2007, 12:00 AM
    Filed under: access, AccessDataSource INSERT problem, c#, database, date
  • Remote connecting MS Access

    Hello, I am using the Visual Sudio 2005 / C#. I have no prroblem to connect to a local MS-Access database. I would like to connect to a remote MS-Access What software should run on the machine that hold the MS-Access? Let say the the MS-Access name is AccessTest.mdb, the table name testtable, and it...
    Posted to Access Databases and AccessDataSource Control (Forum) by adembitz on 01-28-2007, 12:00 AM
    Filed under: access, c#, database, mdb
  • Retrieving byte data form data base

    Hi i stored document file in database.i am retrieve that document from data base it's get error.i am using ObjectDatasource. i am Accessing throught Storedprocedure and i am to know convertion of this document in main format.. can any help me on that issue.. thanks Rambhopal reddy
    Posted to Access Databases and AccessDataSource Control (Forum) by rambhopalreddy on 01-22-2007, 12:00 AM
    Filed under: access, Access database query string, AccessDataSource INSERT problem, c#, database
  • Getting the most common used numbers from access database

    Hey, Today has been a bummer because i am usually faily confident with sql statements but i just can't seem to figure out the format. Basically i want data to be drawn from the same database and same table. Although i want to find out the 6 most common numbers in all 6 columns in my table. I've tried...
    Posted to Access Databases and AccessDataSource Control (Forum) by copperchair32 on 01-16-2007, 12:00 AM
    Filed under: access, c#
Page 1 of 2 (13 items) 1 2 Next >