Re: *.adp Community Center by Tekmaven You can only see true ADP pages in one place - AOL.com. Its a proprietary AOL language, thats not open to the public (only for aol). If the page is not on AOL.com, then someone just renamed another web extension to ADP and set up the server to handle ADP as whatever they want. I'm pretty sure PHTML is a very uncommon extension for PHP. Re: *.adp Community Center by samaru Go here for more information about ADP pages: http://www.aolserver.com/docs/devel/tcl/adp-overview.html *.adp Community Center by Dani I just happened to have browsed to netscape.com and noticed their files have an *.adp extension. I was just curious what web dev language this was? I've never seen it before ... Re: *.adp Community Center by Dani Well, that makes sense because I saw the .adp extension at netscape.com, which, of course, is owned by AOL Time Warner. Re: *.adp Community Center by Dani Then what is that ADP stuff? That aolserver.com thingie you sent me is all php based. :oops: Re: *.adp Community Center by samaru Yeah I know. I'm not sure if AOL uses that open source server. Maybe they use a suped up version of it. But in any case, it supports Tcl. You can embed Tcl in ADP (AOL Dynamic Pages) like PHP. Re: *.adp Community Center by samaru … extentions, .php![/quote] What does that have to do with ADP pages? Not being a smart ass. Just wondering. Re: *.adp Community Center by Dani Incidently, what is the phtml extension I've been seeing as well? Re: *.adp Community Center by samaru AOL has an open source server at: http://aolserver.com/. It works tightly with the Tcl language, I believe. That's all I know. I've never tried it. Re: *.adp Community Center by Mazon PHTML is the first extention used in the PHP family. I believe .phtml was commonly used around PHP v2, since the next installment in the family of extentions was .php3. After .php3 finally came the dictator of the PHP extentions, .php! Re: *.adp Community Center by Mazon [quote="cscgal"]Incidently, what is the phtml extension I've been seeing as well?[/quote] Just clarifying that more in detail =o] Re: *.adp Community Center by ekeyte [B]AOL server Dynamic Pages[/B] It's proprietary to AOL. [url]http://www.tcl.tk/man/aolserver3.0/tadp-ch9.htm[/url] binding each selected row in listview to existing form. Programming Software Development by vishal anand.s …patientId"); SqlDataAdapter adp = new SqlDataAdapter(selectString,conn); adp.SelectCommand.Parameters.Add…"); SqlDataAdapter adp = new SqlDataAdapter(selectString,conn); adp.SelectCommand.Parameters.Add… Re: binding each selected row in listview to existing form. Programming Software Development by vishal anand.s …patientId"); SqlDataAdapter adp = new SqlDataAdapter(selectString,conn); adp.SelectCommand.Parameters.Add…"); SqlDataAdapter adp = new SqlDataAdapter(selectString,conn); adp.SelectCommand.Parameters.Add… How to insert this subqueries into mysql? Programming Web Development by stanley87 …?thank Q very for the help...cheers [CODE] SELECT adp.adsPageId,adp.adsSpaceId, DATE_FORMAT(adp.dayClick, '%Y-%m-%d') AS dateReport, (SELECT COUNT… adp LEFT JOIN ads_click ack ON adp.adsSpaceId = ack.adsSpaceId AND adp.adsPageId = ack.adsPageId AND adp.dayClick = ack.dayClick GROUP BY dateReport,adp.adsPageId,adp Re: How to insert this subqueries into mysql? Programming Web Development by rch1231 … to find it too. [CODE]create table newtable SELECT adp.adsPageId,adp.adsSpaceId, DATE_FORMAT(adp.dayClick, '%Y-%m-%d') AS dateReport, (SELECT COUNT… adp LEFT JOIN ads_click ack ON adp.adsSpaceId = ack.adsSpaceId AND adp.adsPageId = ack.adsPageId AND adp.dayClick = ack.dayClick GROUP BY dateReport,adp.adsPageId,adp Re: How to insert this subqueries into mysql? Programming Web Development by stanley87 …] INSERT INTO summaryReport(adsPageId,adsSpaceId,dateReport,totalView,totalClick) SELECT adp.adsPageId,adp.adsSpaceId, DATE_FORMAT(adp.dayClick, '%Y-%m-%d') AS dateReport, (SELECT COUNT… VB 2010 ExecuteReader: Connection property has not been initialized. Programming Software Development by Duo … disableTeksbox() ListBox1.Visible = False End Sub Sub TampilDataJadwalSesuaiHaridanKelas() ADP = New OleDbDataAdapter("SELECT a.Hari,a.Jam,c.…query = "Select DISTINCT Kelas from Kelas " ADP = New OleDbDataAdapter(query, cnnOLEDB) rs = cmdOLEDB.ExecuteReader Try… Combobox to textfield.. Error Please Help Programming Software Development by rick.eavans … SqlDataReader Sub fill() Dim adp As New SqlDataAdapter ds = New DataSet adp.SelectCommand = New SqlCommand adp.SelectCommand.Connection = myConnection adp.SelectCommand.CommandText = "select… question in vb.net Programming Software Development by kunalraj …New DataSet() 'cmd.Connection = con 'adp.SelectCommand = cmd 'ds.Clear() adp.Fill(ds, "Data") DataGridView1…New DataSet() 'cmd.Connection = con 'adp.SelectCommand = cmd 'ds.Clear() adp.Fill(ds, "Data") … database search Programming Web Development by lm111 …quot;country"].ToString()); } dtCountry.AcceptChanges(); adp.SelectCommand.CommandText = secondSql; adp.Fill(ds, "Second Table"); dtStates…["states"].ToString()); } dtCities.AcceptChanges(); adp.SelectCommand.CommandText = fourthSql; adp.Fill(ds, "Fourth Table"); dtBindCountry… Re: database search Programming Web Development by rohand …quot;country"].ToString()); } dtCountry.AcceptChanges(); adp.SelectCommand.CommandText = secondSql; adp.Fill(ds, "Second Table"); dtStates…["states"].ToString()); } dtCities.AcceptChanges(); adp.SelectCommand.CommandText = fourthSql; adp.Fill(ds, "Fourth Table"); dtBindCountry… binding selected row in listivew to existing form in c# windows forms Programming Software Development by vishal anand.s … cmd = new SqlCommand(); DataSet ds; SqlDataAdapter adp = new SqlDataAdapter(); lstSearch.Columns.Add("ID…Trim()) + "%'))", conn); adp = new SqlDataAdapter(cmd); ds = new DataSet(); adp.Fill(ds, "DOCTORDETAIL"… Re: Combobox to textfield.. Error Please Help Programming Software Development by kvprajapati …() Dim adp As New SqlDataAdapter ds = New DataSet adp.SelectCommand = New SqlCommand adp.SelectCommand.Connection = myConnection adp.SelectCommand.CommandText…;select * FROM customer ORDER BY c_id" Try adp.Fill(ds) ComboBox1.ValueMember = "c_id" … i want to insert values into my table at the same time Programming Software Development by tibebu.s …0:MMM-yyyy} Interest", v); try { Adp.InsertCommand = new SqlCommand("insert into Received_Interest(Member_ID,….NVarChar).Value = text; con.Open(); Adp.InsertCommand.ExecuteNonQuery(); Adp.UpdateCommand.ExecuteNonQuery(); con.Close(); MessageBox.Show("… JavaScript Putting me on wrong page Programming Web Development by naveedqadri ….ConfigurationManager.AppSettings["MM_CONNECTION_STRING_ictmdb"]); conn.Open(); //OleDbDataAdapter adp = new OleDbDataAdapter("select * from ictm_new_company order by…") isConsultant = false; string payment_status = "W"; adp=new OleDbDataAdapter("select * from ictm_country_code where code='"+dr… Access Control Programming Software Development by Alphard …help: My sample If dr.Read=true then Dim adp as New OleDbDataAdapter("Select * From tblUSer WHERE ….GroupBox1.Enabled=False Elseif dr.Read=true then Dim adp as New OleDbDataAdapter("Select * From tblUSer WHERE ….GroupBox1.Enabled=False Elseif dr.Read=true then Dim adp as New OleDbDataAdapter("Select * From tblUSer WHERE … Re: VB 2010 ExecuteReader: Connection property has not been initialized. Programming Software Development by Santanu.Das Change **ADP = New OleDbDataAdapter(query, cnnOLEDB)** with **cmdOLEDB = New OleDb.OleDbCommand(query, cnnOLEDB)** at the line no 78. without initializing command object u canot use it. Please tell me what is wrong in my update code Programming Software Development by prasu …=root;Password=;") Dim cmd, cmd2 As Odbc.OdbcCommand Dim adp, adp2 As Odbc.OdbcDataAdapter Dim ds, ds2 As New DataSet… Dim i As Integer Dim cmdbuilder As New Odbc.OdbcCommandBuilder(adp) ' Dim cmdbuilder2 As New Odbc.OdbcCommandBuilder(adp2) Try i… Re: input data not being saved in dataset or database Programming Software Development by Teme64 … As New DataSet conn.Open() Dim Adp As New SqlDataAdapter("select * from Housing…;')", conn) Adp.InsertCommand = comm ' DEBUG: DUMP INSERT STATEMENT MsgBox(Adp.InsertCommand().CommandText) ' /DEBUG 'Adp.Update(ds, &…Housing") <- This doesn't work Adp.InsertCommand.ExecuteNonQuery() ' Use this instead MessageBox.Show…